From 963ed59d2d4c34cc59f75e82db0410500a2a7524 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Tue, 1 Apr 2008 23:11:11 +0200 Subject: 'get_world_file_path' and 'get_environment' removed from catapult API --- portato/backend/portage/system.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'portato/backend/portage/system.py') diff --git a/portato/backend/portage/system.py b/portato/backend/portage/system.py index 5b9e6cf..13ec76e 100644 --- a/portato/backend/portage/system.py +++ b/portato/backend/portage/system.py @@ -42,9 +42,6 @@ class PortageSystem (SystemInterface): def get_config_path (self): return portage.USER_CONFIG_PATH - def get_world_file_path (self): - return portage.WORLD_FILE - def get_merge_command (self): return ["/usr/bin/python", "/usr/bin/emerge"] -- cgit v1.2.3-54-g00ecf