← Back to team overview

oship-dev team mailing list archive

[Branch ~oship-dev/oship/oship-dse] Rev 252: Corrected clips package import error.

 

------------------------------------------------------------
revno: 252
committer: Tim Cook <timothywayne.cook@xxxxxxxxx>
branch nick: oship-dse
timestamp: Mon 2009-08-24 09:32:08 -0300
message:
  Corrected clips package import error.
modified:
  oship/src/oship/dsedemo.py


--
lp:~oship-dev/oship/oship-dse
https://code.launchpad.net/~oship-dev/oship/oship-dse

Your team OSHIP Development Team is subscribed to branch lp:~oship-dev/oship/oship-dse.
To unsubscribe from this branch go to https://code.launchpad.net/~oship-dev/oship/oship-dse/+edit-subscription.
=== modified file 'oship/src/oship/dsedemo.py'
--- oship/src/oship/dsedemo.py	2009-08-23 19:38:38 +0000
+++ oship/src/oship/dsedemo.py	2009-08-24 12:32:08 +0000
@@ -12,10 +12,9 @@
 from datetime import date, datetime
 import time
 try:
-    import clips
+    from oship.dse import clips
 except ImportError:
-    print "\n\n\nNOTICE!!!!!!:    Your Decision Support Engine  has not been installed.  Please see oship/src/oship/docs/dse/dse.txt\n\n\n"
-
+    print "\n\n\nNOTICE!!!!!!:    Your Decision Support Engine  has not been installed.  Please  see oship/src/oship/docs/dse/dse.txt\n\n\n"
 from zope.exceptions import DuplicationError
 from zope.interface import Interface,implements
 from zope.schema import Date,Int,TextLine