diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-27 09:29:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-27 09:29:47 +0100 |
commit | f489f6f6695178fa13d183769b647e4b12a2d7cf (patch) | |
tree | 1e69b3e43bf6665b6a51660fae7ba15e3ba43427 /src/__main__.py | |
parent | m (diff) | |
download | xpybar-f489f6f6695178fa13d183769b647e4b12a2d7cf.tar.gz xpybar-f489f6f6695178fa13d183769b647e4b12a2d7cf.tar.bz2 xpybar-f489f6f6695178fa13d183769b647e4b12a2d7cf.tar.xz |
add empty module: util
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/__main__.py')
-rwxr-xr-x | src/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__main__.py b/src/__main__.py index 83d45f7..84f3b9c 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. import Xlib.display, Xlib.Xatom, Xlib.ext.randr, Xlib.X from x import * - +from util import * global OUTPUT, HEIGHT, YPOS, TOP, FONT, BACKGROUND, FOREGROUND global dislay, outputs, redraw, Bar, start, stop |