dialogs/ArrayTypeDialog.py
changeset 1881 091005ec69c4
parent 1833 2269739dd098
child 2439 f0a040f1de1b
equal deleted inserted replaced
1880:e5ddbaf756cb 1881:091005ec69c4
    19 #
    19 #
    20 # You should have received a copy of the GNU General Public License
    20 # You should have received a copy of the GNU General Public License
    21 # along with this program; if not, write to the Free Software
    21 # along with this program; if not, write to the Free Software
    22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 
    23 
       
    24 
       
    25 from __future__ import absolute_import
    24 import re
    26 import re
    25 from types import TupleType
    27 from types import TupleType
    26 
    28 
    27 import wx
    29 import wx
    28 
    30