aboutsummaryrefslogtreecommitdiffstats
path: root/src/__main__.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-27 09:29:47 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-27 09:29:47 +0100
commitf489f6f6695178fa13d183769b647e4b12a2d7cf (patch)
tree1e69b3e43bf6665b6a51660fae7ba15e3ba43427 /src/__main__.py
parentm (diff)
downloadxpybar-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-xsrc/__main__.py2
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