Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/labyrinthactivity.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-04-15 14:11:06 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-04-15 14:11:06 (GMT)
commit86b4ecd4363ceb4fbdea279cf28f7a3e90793759 (patch)
treeadf7d165dd1c71038a184fc8dc2be486137517f4 /labyrinthactivity.py
parent0e069dcc5a4a416e679dc5c1a15fd468246bc0f5 (diff)
Remove redundant zipfile import
Diffstat (limited to 'labyrinthactivity.py')
-rw-r--r--labyrinthactivity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/labyrinthactivity.py b/labyrinthactivity.py
index 16da036..c52cd20 100644
--- a/labyrinthactivity.py
+++ b/labyrinthactivity.py
@@ -21,7 +21,6 @@ import logging
from gettext import gettext as _
import tempfile
import xml.dom.minidom as dom
-from zipfile import ZipFile
import gobject
import gtk