From b854d9346a6aa72aa978928d03bc0f2b37be0fc9 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 2 May 2013 22:31:31 +0300 Subject: Refactoring in progress.. --- lookups.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lookups.py (limited to 'lookups.py') diff --git a/lookups.py b/lookups.py new file mode 100644 index 0000000..c13011e --- /dev/null +++ b/lookups.py @@ -0,0 +1,7 @@ +from repairs import GsxObject + +class Lookup(GsxObject): + """docstring for Lookup""" + def __init__(self, arg): + super(Lookup, self).__init__() + self.arg = arg -- cgit v1.2.3