summaryrefslogtreecommitdiff
path: root/lorrycontroller/route.py
diff options
context:
space:
mode:
Diffstat (limited to 'lorrycontroller/route.py')
-rw-r--r--lorrycontroller/route.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/lorrycontroller/route.py b/lorrycontroller/route.py
index 1eb4e5b..91a406e 100644
--- a/lorrycontroller/route.py
+++ b/lorrycontroller/route.py
@@ -41,13 +41,5 @@ class LorryControllerRoute(object):
def open_statedb(self):
return lorrycontroller.StateDB(self.app_settings['statedb'])
- def new_gitano_command(self, statedb, trovehost):
- trove_info = statedb.get_trove_info(trovehost)
- return lorrycontroller.GitanoCommand(
- trovehost,
- trove_info['protocol'],
- trove_info['username'],
- trove_info['password'])
-
def run(self, **kwargs):
raise NotImplementedError()