1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 11:30:19 +01:00

* Imports refactoring.

This commit is contained in:
2008-01-18 20:36:30 +00:00
parent a0b7264424
commit bdd8181d8d

View File

@@ -26,8 +26,9 @@ import gtk
def setup_path():
"""Sets up the python include paths to include needed directories"""
import os.path; import sys
from src.utils.globals import TOPDIR
import os.path
import sys
from src.utils.globals import TOPDIR
sys.path = [os.path.join(TOPDIR, "src")] + sys.path
return