diff -r 3dc3ad02d091 -r aaed3f813ef8 vregistry.py --- a/vregistry.py Fri Feb 26 13:12:01 2010 +0100 +++ b/vregistry.py Fri Feb 26 13:19:14 2010 +0100 @@ -23,7 +23,7 @@ import sys from os import listdir, stat -from os.path import dirname, join, realpath, split, isdir, exists +from os.path import dirname, join, realpath, isdir, exists from logging import getLogger from warnings import warn