summaryrefslogtreecommitdiffstats
Side-by-side diff
-rwxr-xr-xzonefactory.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/zonefactory.py b/zonefactory.py
index ed58367..c4280ba 100755
--- a/zonefactory.py
+++ b/zonefactory.py
@@ -31,7 +31,6 @@ ALLOW_TLD = ['com', 'de', 'net', 'org', 'eu', 'info', 'biz', ]
class Domain(object):
'''Hold a domain in domain.tld format'''
- ALLOW_TLD = ALLOW_TLD
def __init__(self, name, tld):
self.name = name