whoops
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@193 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -781,7 +781,7 @@ class activatorFTP:
|
||||
return rc
|
||||
|
||||
# also used to move files
|
||||
def renameFile(self,fromfile,tofile)
|
||||
def renameFile(self,fromfile,tofile):
|
||||
self.ftpconn.rename(fromfile,tofile)
|
||||
|
||||
def closeFTPConnection(self):
|
||||
|
||||
Reference in New Issue
Block a user