Tasks/TaskViewer.py

changeset 97
c4086afea02b
parent 55
b5c84934de9c
child 248
f4561c24989a
diff -r 9624a110667d -r c4086afea02b Tasks/TaskViewer.py
--- a/Tasks/TaskViewer.py	Sun Jan 31 17:11:22 2010 +0000
+++ b/Tasks/TaskViewer.py	Sun Jan 31 18:31:28 2010 +0000
@@ -12,7 +12,6 @@
 """
 
 import os
-import sys
 import time
 
 from PyQt4.QtCore import *
@@ -811,4 +810,4 @@
         """
         Private method to open the configuration dialog.
         """
-        e5App().getObject("UserInterface").showPreferences("tasksPage")
\ No newline at end of file
+        e5App().getObject("UserInterface").showPreferences("tasksPage")

eric ide

mercurial