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

Commit

Permalink
BUG: add missing import changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilan Schnell committed Jun 24, 2011
1 parent c3a4fda commit c590b70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion enthought/ets3to4.py
Expand Up @@ -3,7 +3,7 @@
"""
import sys
import os
from os.path import abspath, isdir, join
from os.path import isdir, join


# Please note that the order of items in this list matters.
Expand All @@ -22,6 +22,9 @@
('enthought.util', 'traits.util'),
('enthought.testing', 'traits.testing'),
# enable
('enthought.savage.traits', 'enable.savage.trait_defs'),
('enthought.kiva.traits', 'kiva.trait_defs'),
('enthought.enable.traits', 'enable.savage.trait_defs'),
('enthought.enable', 'enable'),
('enthought.kiva', 'kiva'),
('enthought.savage', 'enable.savage'),
Expand Down Expand Up @@ -52,6 +55,7 @@
('enthought.developer', 'etsdevtools.developer'),
('enthought.endo', 'etsdevtools.endo'),
# apptools
('enthought.naming.traits', 'apptools.naming.trait_defs'),
('enthought.appscripting', 'apptools.appscripting'),
('enthought.help', 'apptools.help'),
('enthought.io', 'apptools.io'),
Expand Down

0 comments on commit c590b70

Please sign in to comment.