diff options
author | Barry Warsaw <barry@python.org> | 2001-02-20 20:54:09 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-02-20 20:54:09 (GMT) |
commit | a18e7ea8b3d93764d887f3d0677ea58c90f346d6 (patch) | |
tree | 17b4c35ce32fbf3cc70d05a43baf7988f6455373 /Demo | |
parent | d5221a3791df713e08864f3c611c1f75fed0ed55 (diff) | |
download | cpython-a18e7ea8b3d93764d887f3d0677ea58c90f346d6.zip cpython-a18e7ea8b3d93764d887f3d0677ea58c90f346d6.tar.gz cpython-a18e7ea8b3d93764d887f3d0677ea58c90f346d6.tar.bz2 |
import -> importexc
Diffstat (limited to 'Demo')
-rw-r--r-- | Demo/embed/.cvsignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/embed/.cvsignore b/Demo/embed/.cvsignore index 1262828..fb98617 100644 --- a/Demo/embed/.cvsignore +++ b/Demo/embed/.cvsignore @@ -1,3 +1,3 @@ demo loop -import +importexc |