~sp00n1na70r/quickly/quickly

« back to all changes in this revision

Viewing changes to data/templates/ubuntu-application/project_root/python_lib/Builder.py

  • Committer: Michael Terry
  • Date: 2012-08-21 14:44:32 UTC
  • mfrom: (673.2.13 overwrite)
  • Revision ID: michael.terry@canonical.com-20120821144432-5m1x9c0yofm7d9pv
merge overwrite branch to make it easier to update quickly-owned code

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# This file is in the public domain
4
4
### END LICENSE
5
5
 
 
6
### DO NOT EDIT THIS FILE ###
 
7
 
6
8
'''Enhances builder connections, provides object to access glade objects'''
7
9
 
8
10
from gi.repository import GObject, Gtk # pylint: disable=E0611