diff nose_notify/nose_notify/run_nose.py @ 3:c047cd63d175 v0.2

Better handling of everything
author Walter Cruz <walter.php@gmail.com>
date Fri, 29 Feb 2008 18:57:44 -0300
parents 3cdd7f281e28
children
line wrap: on
line diff
--- a/nose_notify/nose_notify/run_nose.py	Fri Feb 29 14:54:33 2008 -0300
+++ b/nose_notify/nose_notify/run_nose.py	Fri Feb 29 18:57:44 2008 -0300
@@ -1,5 +1,5 @@
 import unittest
 from nose.plugins.plugintest import run
-from notify_test import NotifyPlugin
+from nose_notify import NoseNotifyPlugin
 
-run(suite=unittest.TestSuite(tests=[]),plugins=[NotifyPlugin()])
\ No newline at end of file
+run(suite=unittest.TestSuite(tests=[]),plugins=[NoseNotifyPlugin()])
\ No newline at end of file