diff options
Diffstat (limited to 'contrib/libpodpy/system.py')
-rw-r--r-- | contrib/libpodpy/system.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/libpodpy/system.py b/contrib/libpodpy/system.py deleted file mode 100644 index 563cc6566..000000000 --- a/contrib/libpodpy/system.py +++ /dev/null @@ -1,10 +0,0 @@ - -class System(object): - def __init__(self, client): - self.client = client - - def Ping(self): - return self.client.Ping() - - def Version(self): - return self.client.GetVersion() |