A gtk view for session manager. Key libraries for linux need to be compiled

This commit is contained in:
2015-03-31 17:46:15 -06:00
parent c085729096
commit 9356a0544f
6 changed files with 177 additions and 49 deletions

View File

@@ -1,7 +1,11 @@
# -*- coding: utf-8 -*-
import shutil
import widgetUtils
import wxUI as view
import platform
if platform.system() == "Windows":
import wxUI as view
elif platform.system() == "Linux":
import gtkUI as view
import paths
import time
import os