summaryrefslogtreecommitdiff
path: root/tests/test_option.py
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-07-26 09:11:33 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-26 09:11:33 +0000
commit81c0b0047e4cb411a1a74170dd02402da4f0769c (patch)
treee0d0256e0475557b6d2e582daead8f6c751bf815 /tests/test_option.py
parent59e8488b49d360992d8df5ca0664ba742411c933 (diff)
downloadpygobject-81c0b0047e4cb411a1a74170dd02402da4f0769c.tar.gz
Update the test too
svn path=/trunk/; revision=861
Diffstat (limited to 'tests/test_option.py')
-rw-r--r--tests/test_option.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_option.py b/tests/test_option.py
index dcafc0a2..6e0d449d 100644
--- a/tests/test_option.py
+++ b/tests/test_option.py
@@ -4,7 +4,7 @@ import unittest
import sys
from StringIO import StringIO
-from gobject.option import OptionParser, OptionGroup, OptionValueError, \
+from glib.option import OptionParser, OptionGroup, OptionValueError, \
make_option, BadOptionError