From feaf3ac4e5847d27e3747b09e7443915afa97b0b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 Feb 2003 19:28:11 +0000 Subject: time to refactor shit hard --- scripts/windowplacement.py | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'scripts/windowplacement.py') 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" -- cgit v1.2.3