~sjdv1982/spyder-framework/spyder-kernel-py3000

« back to all changes in this revision

Viewing changes to Spydercompile.py

  • Committer: Sjoerd de Vries
  • Date: 2009-01-24 21:36:00 UTC
  • Revision ID: sjoerd@sjoerd-20090124213600-76mkz9ks2c4gciet
Tags: 2.2, 2.4.1
license update, rename to __init__

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright 2007, Sjoerd de Vries
2
 
# This file is licensed under the Artistic License 2.0, http://perlfoundation.org/artistic_license_2_0
 
2
# Copyright 2007, Sjoerd de Vries
 
3
# This file is part of the Spyder main program (a.k.a the Spyder kernel)
 
4
# For licensing information, see LICENSE.txt 
3
5
 
4
6
import re, sys, safe_eval
5
7
from copy import copy