Skip to content

Commit

Permalink
Merge a8ec332 into c0b323e
Browse files Browse the repository at this point in the history
  • Loading branch information
blnicho committed Jun 17, 2020
2 parents c0b323e + a8ec332 commit bfea4e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 858 deletions.
6 changes: 5 additions & 1 deletion pyutilib/enum/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
# _________________________________________________________________________
#

from pyutilib.enum.enum import Enum, EnumValue
import sys

if 'nose' not in sys.modules and 'nose2' not in sys.modules:
raise ImportError('pyutilib.enum has been deprecated. Similar functionality '
'can be found in the Python enum package')
311 changes: 0 additions & 311 deletions pyutilib/enum/enum.py

This file was deleted.

9 changes: 0 additions & 9 deletions pyutilib/enum/tests/__init__.py

This file was deleted.

Loading

0 comments on commit bfea4e8

Please sign in to comment.