-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobdata.py
More file actions
32 lines (30 loc) · 823 Bytes
/
Copy pathglobdata.py
File metadata and controls
32 lines (30 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/usr/bin/python -tt
# -*- coding: utf-8 -*-
# Global Data Structures
import pygtk
pygtk.require('2.0')
import gtk
people = {}
places = {}
cities = {}
states = {}
items = {}
orgs = {}
animals = {}
config = {}
placeList = {}
worldList = {}
stories = {}
relsP = {}
relsL = {}
menuBar = gtk.MenuBar()
menuBar.show()
realms = {}
defaults = {}
mainWin = gtk.Window(gtk.WINDOW_TOPLEVEL)
rlmkeys = ["agedate","centbreak","century","datestyle","defaultstory","dtddir","dtdurl","familyfirst",
"hideage","informat","outformat","printemptyXMLtags","realmdir","realmname",
"showstories","specialrelsonly","uselistfile","usemiddle","xslurl"]
cfgkeys = ["altcolor","debug","duplicatetabs","matchlike","pos","loadrealm","rlmincfg",
"savecolor","saverealm","seenfirstrun","size","startnewperson","termcolors"]
version = "0.90.10"