mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-06-23 19:14:33 +02:00
old logging and misssed name
This commit is contained in:
@ -65,7 +65,6 @@ class XBMCFileSystem(Vfs):
|
||||
return xbmcvfs.mkdir(directory)
|
||||
|
||||
def put(self,source,dest):
|
||||
utils.log(source + ":" + dest)
|
||||
return xbmcvfs.copy(source,dest)
|
||||
|
||||
def rmdir(self,directory):
|
||||
|
Reference in New Issue
Block a user