From 14cf42ff0780bf58a6b54c9443c87c7402b61faa Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 2 Jan 2003 21:05:29 +0000 Subject: run scripts before initializing screens. kill the globals.py. add the python_get_stringlist. --- scripts/globals.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 scripts/globals.py (limited to 'scripts') diff --git a/scripts/globals.py b/scripts/globals.py deleted file mode 100644 index 450ee8b7..00000000 --- a/scripts/globals.py +++ /dev/null @@ -1,14 +0,0 @@ -############################################################################# -### Variables defined for other scripts to use. ### -############################################################################# - -# openbox - pointer to the current Openbox instance -openbox = Openbox_instance() - -# screens - list of all screens in the current openbox instance -screens = [] -for i in range(Openbox_screenCount(openbox)): - screens.append(Openbox_screen(openbox, i)) - - -print "Loaded globals.py" -- cgit v1.2.3