mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 10:46:24 +00:00
move registry module into allmydata.windows package
This commit is contained in:
parent
7ecbc3a8f2
commit
fbf6c48ed8
0
src/allmydata/windows/__init__.py
Normal file
0
src/allmydata/windows/__init__.py
Normal 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:
|
||||
|
Loading…
Reference in New Issue
Block a user