commit 31cbbbad01230b26722c7524617518f2228e55f1
Author: Sean Robinson <seankrobinson(a)gmail.com>
Date: Tue Dec 18 06:21:13 2012 -0700
Advertise network module inside test
Signed-off-by: Sean Robinson <seankrobinson(a)gmail.com>
---
test/__init__.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/test/__init__.py b/test/__init__.py
index e7add66..2f35bf7 100644
--- a/test/__init__.py
+++ b/test/__init__.py
@@ -5,6 +5,7 @@ Unit and integration tests for the stem library.
__all__ = [
"check_whitespace",
"mocking",
+ "network",
"output",
"prompt",
"runner",