diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-19 19:28:11 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-19 19:28:11 +0000 |
| commit | feaf3ac4e5847d27e3747b09e7443915afa97b0b (patch) | |
| tree | 6548af5ed3f15b15b2d3e4a66a2b9795b0a4e18b /scripts/windowplacement.py | |
| parent | 1dac42d9ed074bcd44f9d1016b0971ae473cc2eb (diff) | |
time to refactor shit hard
Diffstat (limited to 'scripts/windowplacement.py')
| -rw-r--r-- | scripts/windowplacement.py | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/scripts/windowplacement.py b/scripts/windowplacement.py index 493e526b..505993c5 100644 --- a/scripts/windowplacement.py +++ b/scripts/windowplacement.py @@ -7,15 +7,7 @@ ### these. ### ############################################################################ -############################################################################## -### Options for the windowplacement module: ### -### ### -### ### -############################################################################## - -import otk -import ob -import random +import otk, ob, random _rand = random.Random() @@ -53,4 +45,6 @@ def cascade(data): _cascade_x += frame_size.top _cascade_y += frame_size.top +export_functions = random, cascade + print "Loaded windowplacement.py" |
