summaryrefslogtreecommitdiffstats
path: root/modules/hackage.py
diff options
context:
space:
mode:
authorYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-21 13:30:23 -0500
committerYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-21 13:30:23 -0500
commitf421d00c34d5bc475c80a2ad0c98e3d35a63b938 (patch)
tree13526c154c6316e78b0748247d759b74c8c3e5b1 /modules/hackage.py
parent89a3e791631b7b04e4396374f25ed64999f3a424 (diff)
downloadfedora-devshell-f421d00c34d5bc475c80a2ad0c98e3d35a63b938.tar.gz
fedora-devshell-f421d00c34d5bc475c80a2ad0c98e3d35a63b938.tar.xz
fedora-devshell-f421d00c34d5bc475c80a2ad0c98e3d35a63b938.zip
Bug fixes to make the demo work.
Diffstat (limited to 'modules/hackage.py')
-rw-r--r--modules/hackage.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/hackage.py b/modules/hackage.py
index 5b704ee..a38ccab 100644
--- a/modules/hackage.py
+++ b/modules/hackage.py
@@ -16,6 +16,9 @@
# Authors: Yaakov M. Nemoy <ynemoy@redhat.com>
#
+from re import compile, DOTALL
+from urllib import urlopen, urlretrieve
+
from modules.fetcher import Fetcher
class Hackage(Fetcher):