From fe5575093ae3a0eb3a990115cc172f2e2c20c8d7 Mon Sep 17 00:00:00 2001 From: lxnay Date: Sun, 25 Mar 2007 16:13:07 +0000 Subject: [PATCH] whoops git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@193 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropyTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entropyTools.py b/libraries/entropyTools.py index e52fa4e50..dca998d77 100644 --- a/libraries/entropyTools.py +++ b/libraries/entropyTools.py @@ -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):