~folke-schwinning/facebook/trunk

« back to all changes in this revision

Viewing changes to desktop_facebook_lib/__init__.py

  • Committer: Folke Schwinning
  • Date: 2012-08-24 18:28:46 UTC
  • Revision ID: folke@schwinning.de-20120824182846-c9ysnhsgyxx6b387
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 desktop_facebook_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 . desktop_facebookconfig import get_version
 
12