From 241466429e4ea679391950262d1a128e55b2c2e8 Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Tue, 3 Jun 2008 13:53:46 +0200 Subject: Its better to compile the file on the fly and then do the test. This will avoid the situation where old pyc or pyo files don't work with some python interpreter version. --- testsuite/initialization/pycFile.pyc | Bin 1543 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 testsuite/initialization/pycFile.pyc diff --git a/testsuite/initialization/pycFile.pyc b/testsuite/initialization/pycFile.pyc deleted file mode 100644 index 3e05aa0..0000000 Binary files a/testsuite/initialization/pycFile.pyc and /dev/null differ -- cgit