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,7 +26,8 @@ import gtk
|
||||
|
||||
def setup_path():
|
||||
"""Sets up the python include paths to include needed directories"""
|
||||
import os.path; import sys
|
||||
import os.path
|
||||
import sys
|
||||
from src.utils.globals import TOPDIR
|
||||
sys.path = [os.path.join(TOPDIR, "src")] + sys.path
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user