~ubuntu-app-review-contributors/ubuntu-app-reviews/01

« back to all changes in this revision

Viewing changes to build/lib.linux-i686-2.7/protoborsa_lib/__init__.py

  • Committer: crazycoder
  • Date: 2012-07-08 11:12:14 UTC
  • Revision ID: crazycoder@gmail.com-20120708111214-40dyl3gv8dlsp4pt
quickly saved

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 -*-### BEGIN LICENSE
2
 
# Copyright (C) 2012 <De Gaetano Andrea> <dega1999@yahoo.com>
3
 
# This program is free software: you can redistribute it and/or modify it 
4
 
# under the terms of the GNU General Public License version 3, as published 
5
 
# by the Free Software Foundation.
6
 
7
 
# This program is distributed in the hope that it will be useful, but 
8
 
# WITHOUT ANY WARRANTY; without even the implied warranties of 
9
 
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR 
10
 
# PURPOSE.  See the GNU General Public License for more details.
11
 
12
 
# You should have received a copy of the GNU General Public License along 
13
 
# with this program.  If not, see <http://www.gnu.org/licenses/>.
14
 
### END LICENSE
15
 
 
16
 
'''facade - makes protoborsa_lib package easy to refactor
17
 
 
18
 
while keeping its api constant'''
19
 
from . helpers import set_up_logging
20
 
from . Window import Window
21
 
from . protoborsaconfig import get_version
22