Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Add warning about import from pyon
Browse files Browse the repository at this point in the history
  • Loading branch information
oldpatricka committed Oct 11, 2012
1 parent 6d42d15 commit e671f20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pidantic/pyon/pidpyon.py
Expand Up @@ -10,6 +10,8 @@
try: try:
from interface.objects import ProcessStateEnum from interface.objects import ProcessStateEnum
except ImportError: except ImportError:
# This will never be used outside of an ion env, but
# it's possible this file could be imported elsewhere
ProcessStateEnum = object() ProcessStateEnum = object()


class PyonPidanticFactory(PidanticFactory): class PyonPidanticFactory(PidanticFactory):
Expand Down

0 comments on commit e671f20

Please sign in to comment.