~kermit666/+junk/popcorn

« back to all changes in this revision

Viewing changes to popcorn_lib/__init__.py

  • Committer: Dražen Lučanin
  • Date: 2012-07-14 19:41:36 UTC
  • Revision ID: kermit66@gmail.com-20120714194136-m820z12zd4do3pfp
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 popcorn_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 . popcornconfig import get_version
 
12