~dpm/qreator/snap

« back to all changes in this revision

Viewing changes to qreator_lib/__init__.py

  • Committer: David Planella
  • Date: 2012-01-15 07:02:18 UTC
  • Revision ID: david.planella@ubuntu.com-20120115070218-ce81y8a9icgsom54
Initial project creation with Quickly!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 
2
### BEGIN LICENSE
 
3
# This file is in the public domain
 
4
### END LICENSE
 
5
 
 
6
'''facade - makes qreator_lib package easy to refactor
 
7
 
 
8
while keeping its api constant'''
 
9
from . helpers import set_up_logging
 
10
from . Window import Window
 
11
from . qreatorconfig import get_version
 
12