~dpm/qreator/snap

« back to all changes in this revision

Viewing changes to qreator_lib/__init__.py

  • Committer: Stefan Schwarzburg
  • Date: 2013-05-25 17:44:15 UTC
  • mto: This revision was merged to the branch mainline in revision 173.
  • Revision ID: stefan.schwarzburg@gmail.com-20130525174415-9h9v409xkd3zqv5o
added icons locally and added a local icon theme search path

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
while keeping its api constant'''
22
22
from . helpers import set_up_logging
23
23
from . Window import Window
24
 
from . qreatorconfig import get_version
 
24
from . qreatorconfig import get_version, get_data_path
25
25