Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4307aaa

Browse files
committed
update enthought package to version 2.6b1, stripped of setuptools
installed in site-packages, if not already present svn path=/trunk/matplotlib/; revision=4156
1 parent 93733c2 commit 4307aaa

201 files changed

Lines changed: 32402 additions & 7808 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/rc_traits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# below.
88

99
import sys, os, re
10-
import matplotlib.enthought.traits.api as traits
10+
import enthought.traits.api as traits
1111
from matplotlib.cbook import is_string_like
1212
from matplotlib.artist import Artist
1313

lib/enthought/__init__.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#------------------------------------------------------------------------------
2+
# Copyright (c) 2007 by Enthought, Inc.
3+
# All rights reserved.
4+
#------------------------------------------------------------------------------
5+
6+
try:
7+
pass
8+
except:
9+
pass
10+
11+

lib/enthought/etsconfig/api.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from enthought.etsconfig.version import version, version as __version__
2+
3+
4+
from etsconfig import ETSConfig

0 commit comments

Comments
 (0)