| author | John Feuerstein <john@feurix.com> | 2009-12-07 20:31:58 (GMT) |
|---|---|---|
| committer | John Feuerstein <john@feurix.com> | 2009-12-07 20:31:58 (GMT) |
| commit | 17ad1a8f3e26ebeb03785b67160e70d94c945940 (patch) (side-by-side diff) | |
| tree | 9bdda7d7f1ea5c726336e513671529c37dccae24 | |
| parent | 636b2c90baca2f506e42f45cb78c648a7f0f8e9d (diff) | |
| parent | bdf689bcb9a9b11013ea6bca3eb14748a66e0d87 (diff) | |
| download | libbind-master.zip libbind-master.tar.gz libbind-master.tar.xz | |
| -rwxr-xr-x | zonefactory.py | 1 |
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 |
