aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pomu/source/base.py')
-rw-r--r--pomu/source/base.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pomu/source/base.py b/pomu/source/base.py
index e425420..fe4543d 100644
--- a/pomu/source/base.py
+++ b/pomu/source/base.py
@@ -18,9 +18,8 @@ class PackageBase():
It shall be subclassed explicitely.
The class is responsible for fetching the package, and reading/writing
the package-specific metadata.
- """
- """The implementation shall provide a name for the package type"""
+ The implementation shall provide a name for the package type"""
__cname__ = None
def __init__(self, category, name, version, slot='0'):