summaryrefslogtreecommitdiff
path: root/lib/thandy/util.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-17 08:23:04 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-17 08:23:04 +0000
commite5ec1b2ce20f7578fea683229aadc95431fdb451 (patch)
treea681a6e8df59f07925b1edceb5375ed099e5821b /lib/thandy/util.py
parent8315047663e745608ae5b9526f694977825b6aa7 (diff)
misc docs
git-svn-id: file:///home/or/svnrepo/updater/trunk@17315 55e972cd-5a19-0410-ae62-a4d7a52db4cd
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: