Skip to content

Commit

Permalink
fix module pathway error
Browse files Browse the repository at this point in the history
  • Loading branch information
billy3321 committed Apr 11, 2009
1 parent 6c48949 commit b19cf88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/__init__.py
Expand Up @@ -86,7 +86,7 @@ def ensure_apt_sources():
do you want to let lazyscripts modify your software sources?
""")
if query_yes_no (msg):
lazyscripts.util.add_official_repos.main ()
add_official_repos.main ()
#os.system ('scripts/add_official_repos.py');
else:
show_error (_('Lazyscripts will not change your settings') +
Expand Down

0 comments on commit b19cf88

Please sign in to comment.