~mhall119/+junk/quickly-gtk

« back to all changes in this revision

Viewing changes to quickly_gtk_lib/__init__.py

  • Committer: Michael Hall
  • Date: 2012-06-14 23:31:46 UTC
  • Revision ID: mhall119@ubuntu.com-20120614233146-0zj6ezr476nuy2pc
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 quickly_gtk_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 . quickly_gtkconfig import get_version
 
12