commit | 2ee0e8eaec7f6e87664c2c9297633623cbd28868 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Fri May 23 05:03:59 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Fri May 23 05:03:59 2008 +0000 |
tree | cf9b7d1f858bcaf09e4b10769cfe2359283a3ab9 | |
parent | 778d5cc4fb938a37383373ff27457831bc6aea63 [diff] [blame] |
Revert the renaming of repr to reprlib.
diff --git a/Demo/pdist/cmptree.py b/Demo/pdist/cmptree.py index dccd3ae..f6c611f 100755 --- a/Demo/pdist/cmptree.py +++ b/Demo/pdist/cmptree.py
@@ -1,7 +1,7 @@ """Compare local and remote dictionaries and transfer differing files -- like rdist.""" import sys -from reprlib import repr +from repr import repr import FSProxy import time import os