move registry module into allmydata.windows package

This commit is contained in:
robk-tahoe 2008-01-10 19:03:23 -07:00
parent 7ecbc3a8f2
commit fbf6c48ed8
3 changed files with 1 additions and 1 deletions

View File

View File

@ -23,7 +23,7 @@ logmsg('service loaded')
# Now with some bootstrap util functions in place, let's try and init things:
try:
logmsg('loading base dir')
import registry
from allmydata.windows import registry
basedir = registry.get_base_dir_path()
logmsg("got base dir (%s)" % (basedir,))
if not basedir: