mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-17 11:30:19 +01:00
* Imports refactoring.
This commit is contained in:
@@ -26,8 +26,9 @@ import gtk
|
|||||||
|
|
||||||
def setup_path():
|
def setup_path():
|
||||||
"""Sets up the python include paths to include needed directories"""
|
"""Sets up the python include paths to include needed directories"""
|
||||||
import os.path; import sys
|
import os.path
|
||||||
from src.utils.globals import TOPDIR
|
import sys
|
||||||
|
from src.utils.globals import TOPDIR
|
||||||
sys.path = [os.path.join(TOPDIR, "src")] + sys.path
|
sys.path = [os.path.join(TOPDIR, "src")] + sys.path
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user