diff options
author | necoro <> | 2007-08-10 02:22:40 +0000 |
---|---|---|
committer | necoro <> | 2007-08-10 02:22:40 +0000 |
commit | a6a5cace4864c37b7a820c89540f85069d842521 (patch) | |
tree | 72379c0060510ee05635466fcb41c86191497077 /portato/backend/system_interface.py | |
parent | e3e2339cf2156a12b61b91f56c9ea596df57198e (diff) | |
download | portato-a6a5cace4864c37b7a820c89540f85069d842521.tar.gz portato-a6a5cace4864c37b7a820c89540f85069d842521.tar.bz2 portato-a6a5cace4864c37b7a820c89540f85069d842521.zip |
add splash screen
Diffstat (limited to 'portato/backend/system_interface.py')
-rw-r--r-- | portato/backend/system_interface.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/backend/system_interface.py b/portato/backend/system_interface.py index 3ce401c..4e9618b 100644 --- a/portato/backend/system_interface.py +++ b/portato/backend/system_interface.py @@ -10,7 +10,7 @@ # # Written by René 'Necoro' Neumann <necoro@necoro.net> -class SystemInterface: +class SystemInterface (object): def split_cpv (self, cpv): """Splits a cpv into all its parts. |