~mhall119/ubuntu-app-reviews/harmony

« back to all changes in this revision

Viewing changes to harmony_lib/__init__.py

  • Committer: Hüseyin Gökhan Sarı
  • Date: 2012-07-08 20:37:43 UTC
  • Revision ID: th0th@returnfalse.net-20120708203743-81sc2a57m8ay00vb
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 harmony_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 . harmonyconfig import get_version
 
12