Modified:
/bindings/python/setup.py
=======================================
--- /bindings/python/setup.py Mon Jan 31 00:24:28 2011
+++ /bindings/python/setup.py Tue Apr 5 20:08:10 2011
@@ -9,7 +9,7 @@
else:
include_dirs = [os.path.join('..', '..', 'include')]
library_dirs = [os.path.join('..', '..', 'release'),
- os.path.join('..', '..', 'debug')]
+ os.path.join('..', '..', 'debug')]
libraries = ['OneRing1']
extra_link_args = []