From a870c126830d28096d2847f20a4ab3732864f6f4 Mon Sep 17 00:00:00 2001 From: Kyle Maxwell Date: Tue, 3 Mar 2009 22:23:45 -0800 Subject: [PATCH] python as root --- .gitignore | 27 +------------------ python/pyparsleymodule.c => pyparsleymodule.c | 0 python/.gitignore | 1 - python/setup.py => setup.py | 0 {python/test => test}/test_dexpy.py | 0 {python/test => test}/yelp.html | 0 6 files changed, 1 insertion(+), 27 deletions(-) rename python/pyparsleymodule.c => pyparsleymodule.c (100%) delete mode 100644 python/.gitignore rename python/setup.py => setup.py (100%) mode change 100644 => 100755 rename {python/test => test}/test_dexpy.py (100%) rename {python/test => test}/yelp.html (100%) diff --git a/.gitignore b/.gitignore index 8b82dac..c795b05 100644 --- a/.gitignore +++ b/.gitignore @@ -1,26 +1 @@ -.libs/ -*.o -*.lo -dexterc -dexter -parsleyc -parsley -.deps/ -Makefile -y.tab.c -autom4te.cache/ -autoscan.log -config.log -configure.scan -parser.c -scanner.c -libparsley.la -parser.h -test.log -ruby/parsley*.gem -ruby/ext/cparsley.bundle -ruby/ext/cparsley.so -ruby/ext/Makefile -ruby/ext/conftest.dSYM/ -work -ruby/ext/mkmf.log \ No newline at end of file +build \ No newline at end of file diff --git a/python/pyparsleymodule.c b/pyparsleymodule.c similarity index 100% rename from python/pyparsleymodule.c rename to pyparsleymodule.c diff --git a/python/.gitignore b/python/.gitignore deleted file mode 100644 index c795b05..0000000 --- a/python/.gitignore +++ /dev/null @@ -1 +0,0 @@ -build \ No newline at end of file diff --git a/python/setup.py b/setup.py old mode 100644 new mode 100755 similarity index 100% rename from python/setup.py rename to setup.py diff --git a/python/test/test_dexpy.py b/test/test_dexpy.py similarity index 100% rename from python/test/test_dexpy.py rename to test/test_dexpy.py diff --git a/python/test/yelp.html b/test/yelp.html similarity index 100% rename from python/test/yelp.html rename to test/yelp.html