~jderose/snakebite/trunk

« back to all changes in this revision

Viewing changes to SnakeBite/hack.py

  • Committer: Jason Gerard DeRose
  • Date: 2008-06-01 18:01:03 UTC
  • mto: This revision was merged to the branch mainline in revision 173.
  • Revision ID: jderose@jasonderose.org-20080601180103-qo3h5ssxgftr2jcx
Fixed unit tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22
22
 
23
23
from __future__ import absolute_import
24
 
from . import get_info, get_strings, get_defaults
 
24
from . import info, get_strings, get_defaults