Index: appengine/components/components/pubsub_test.py |
diff --git a/appengine/components/components/pubsub_test.py b/appengine/components/components/pubsub_test.py |
index 88337755ef6aa6fb2d9e15e0c0ca9f08551993f5..e448aca892f0a844a67bb741ac67f7651a622719 100755 |
--- a/appengine/components/components/pubsub_test.py |
+++ b/appengine/components/components/pubsub_test.py |
@@ -6,7 +6,7 @@ |
import sys |
import unittest |
-from test_support import test_env |
+import test_env |
test_env.setup_test_env() |
from components import net |