Fix indentation error that broke linux support

This commit is contained in:
Dan Farmer
2011-05-20 15:54:00 -07:00
parent bff3cc9e28
commit 59425666d0
@@ -24,8 +24,8 @@ def _load_library(libname, loader_path):
libname_ext.insert(0, '%s.dll' % libname)
elif sys.platform == 'darwin':
libname_ext.insert(0, '%s.dylib' % libname)
else:
libname_ext = [libname]
else:
libname_ext = [libname]
loader_path = os.path.abspath(loader_path)
if not os.path.isdir(loader_path):