From fe5774b244e94c5fca19e4752e5cb7c05cef2db9 Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Sat, 9 Jun 2012 00:07:40 +0200 Subject: [PATCH] remove obsolete import --- sloth/bin/sloth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sloth/bin/sloth b/sloth/bin/sloth index 2e9aab0..f9934c1 100755 --- a/sloth/bin/sloth +++ b/sloth/bin/sloth @@ -1,5 +1,5 @@ #!/usr/bin/env python -import os, sys +import sys from os.path import dirname, realpath sys.path.insert(1, dirname(dirname(dirname(realpath( __file__ ))))) from PyQt4.QtGui import QApplication