IDEFrame.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1855 f33942053466
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    20 #
    20 #
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 import os
       
    26 import sys
    25 import sys
    27 import cPickle
    26 import cPickle
    28 from types import TupleType
    27 from types import TupleType
    29 import base64
    28 import base64
    30 
    29