diff options
| author | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-21 13:30:23 -0500 |
|---|---|---|
| committer | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-21 13:30:23 -0500 |
| commit | f421d00c34d5bc475c80a2ad0c98e3d35a63b938 (patch) | |
| tree | 13526c154c6316e78b0748247d759b74c8c3e5b1 /modules/hackage.py | |
| parent | 89a3e791631b7b04e4396374f25ed64999f3a424 (diff) | |
| download | fedora-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.py | 3 |
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): |
