summaryrefslogtreecommitdiff
path: root/src/fapi.py
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-04-13 13:46:45 +0200
committerPaul C. Buetow <paul@buetow.org>2014-04-13 13:46:45 +0200
commit7015a097ae73d39f66c2d3afd665c401f4b75fb1 (patch)
tree9a86d83fe1bd60aeb20ca7d992d5b3d86a29ee47 /src/fapi.py
parentca79b7e7a2e404642376f83da8a925bc5fc8a811 (diff)
refactor
Diffstat (limited to 'src/fapi.py')
-rwxr-xr-xsrc/fapi.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/fapi.py b/src/fapi.py
index a459eeb..51d5420 100755
--- a/src/fapi.py
+++ b/src/fapi.py
@@ -76,6 +76,13 @@ class Fapi(object):
pp.pprint(result)
+ #def __help(self, *possible):
+ # ''' Prints an online help '''
+
+ # print 'Possible sub commands are:'
+ # print ' '.join(possible)
+
+
def __lookup(self, what):
''' Does a DNS lookup to fetch the FQDN and all the IPs '''
@@ -246,7 +253,6 @@ class Fapi(object):
self.__login()
self.__out(lazy())
else:
- self.info('Don\t know what to do')
sys.exit(1)