diff options
Diffstat (limited to 'libbe/rcs.py')
-rw-r--r-- | libbe/rcs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbe/rcs.py b/libbe/rcs.py index e467943..f222795 100644 --- a/libbe/rcs.py +++ b/libbe/rcs.py @@ -25,7 +25,6 @@ import shutil import unittest import doctest - from utility import Dir, search_parent_directories |