~ubuntu-branches/ubuntu/utopic/gramps/utopic

« back to all changes in this revision

Viewing changes to src/gui/widgets/__init__.py

  • Committer: Package Import Robot
  • Author(s): James A. Treacy
  • Date: 2012-05-22 17:18:36 UTC
  • mfrom: (39.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120522171836-35fi62lp4w7jnrd7
Tags: 3.4.0-1
* New upstream version
* Updated desktop file. Closes: #667472

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
20
#
21
21
 
22
 
# $Id: __init__.py 17332 2011-04-28 22:05:54Z nick-h $
 
22
# $Id: __init__.py 17965 2011-07-25 22:47:57Z nick-h $
23
23
 
24
24
"""Custom widgets."""
25
25
 
 
26
from basicentry import *
26
27
from buttons import *
27
28
from expandcollapsearrow import *
28
29
from labels import *