summaryrefslogtreecommitdiffstats
path: root/modules/fetcher.py
diff options
context:
space:
mode:
authorYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-18 21:12:09 -0500
committerYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-18 21:12:09 -0500
commit104b3c4262fa3cb6b24ed0e1cd5402b14f4eab8f (patch)
tree9606a60155e93229b50a9011bf5d0dae7e848c9a /modules/fetcher.py
parent8bbbcbd2cdad36e27c127c888897395cefcff3d0 (diff)
downloadfedora-devshell-104b3c4262fa3cb6b24ed0e1cd5402b14f4eab8f.tar.gz
fedora-devshell-104b3c4262fa3cb6b24ed0e1cd5402b14f4eab8f.tar.xz
fedora-devshell-104b3c4262fa3cb6b24ed0e1cd5402b14f4eab8f.zip
Fixes up HaskellPort to work with the new refactoring.
Also adds some close code for ports Also mistakenly stuck some code in HaskellPort that really belongs to the build system
Diffstat (limited to 'modules/fetcher.py')
-rw-r--r--modules/fetcher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/fetcher.py b/modules/fetcher.py
index 6f52fe8..cbba8c7 100644
--- a/modules/fetcher.py
+++ b/modules/fetcher.py
@@ -18,7 +18,7 @@
from base.module import Module
-class Fetcher(Module): pass
+class Fetcher(Module):
def latest_version(self, pkg):
'''download information from hackage to find out the latest version of a package
'''