diff options
Diffstat (limited to 'lookups.py')
-rw-r--r-- | lookups.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lookups.py b/lookups.py deleted file mode 100644 index c13011e..0000000 --- a/lookups.py +++ /dev/null @@ -1,7 +0,0 @@ -from repairs import GsxObject - -class Lookup(GsxObject): - """docstring for Lookup""" - def __init__(self, arg): - super(Lookup, self).__init__() - self.arg = arg |