git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@193 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2007-03-25 16:13:07 +00:00
parent 42b5c2d2af
commit fe5575093a
+1 -1
View File
@@ -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):