summaryrefslogtreecommitdiff
path: root/portato/backend/system_interface.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-04-01 23:11:11 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-04-01 23:11:11 +0200
commit963ed59d2d4c34cc59f75e82db0410500a2a7524 (patch)
treea765078fb38b2be67ee960e82bb18febb1231118 /portato/backend/system_interface.py
parentbe64a04c8a144a6db941474ed52ee7e14827ca5a (diff)
downloadportato-963ed59d2d4c34cc59f75e82db0410500a2a7524.tar.gz
portato-963ed59d2d4c34cc59f75e82db0410500a2a7524.tar.bz2
portato-963ed59d2d4c34cc59f75e82db0410500a2a7524.zip
'get_world_file_path' and 'get_environment' removed from catapult API
Diffstat (limited to 'portato/backend/system_interface.py')
-rw-r--r--portato/backend/system_interface.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/portato/backend/system_interface.py b/portato/backend/system_interface.py
index 43a44ad..a523af7 100644
--- a/portato/backend/system_interface.py
+++ b/portato/backend/system_interface.py
@@ -299,15 +299,6 @@ class SystemInterface (object):
raise NotImplementedError
- def get_world_file_path (self):
- """Returns the path to the world file.
-
- @returns: the path of the world file
- @rtype: string
- """
-
- raise NotImplementedError
-
def get_sync_command (self):
"""Returns the command(s) to run for syncing. This can be overridden by the user.