summaryrefslogtreecommitdiff
path: root/lib/thandy/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thandy/util.py')
-rw-r--r--lib/thandy/util.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/thandy/util.py b/lib/thandy/util.py
index 00efb59..f2bac17 100644
--- a/lib/thandy/util.py
+++ b/lib/thandy/util.py
@@ -20,6 +20,9 @@ import thandy.keys
import thandy.master_keys
def moveFile(fromLocation, toLocation):
+ """Move the file from fromLocation to toLocation, removing any file
+ in toLocation.
+ """
if sys.platform in ('cygwin', 'win32'):
# Win32 doesn't let rename replace an existing file.
try: