Added a copy of SGC

This commit is contained in:
Anna Rose Wiggins 2012-04-14 18:38:47 -04:00
parent 90ff7ceba8
commit 52eb18994d
22 changed files with 3283 additions and 0 deletions

13
sgc/locals.py Normal file
View file

@ -0,0 +1,13 @@
#!/usr/bin/env python
# Copyright (C) 2012 Sam Bull
"""
Imports useful objects into the local namespace.
Constants:
GUI: Event type for any event emitted by this toolkit.
"""
from widgets._locals import GUI