diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2010-11-21 19:03:06 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2010-11-21 19:03:06 +0100 |
commit | 36abcd8a1bbd0ffb0dbd948af8cb70d08ef379f2 (patch) | |
tree | 9cd2da93da75fad5db0f7dbb130bc2fdcdd3dce1 /src/SConscript | |
parent | ad55a11967171d53635e48c111f8c054ad799f9a (diff) | |
download | pyexiv2-36abcd8a1bbd0ffb0dbd948af8cb70d08ef379f2.tar.gz |
Cosmetics: replaced non-breakable spaces by normal white spaces in comments.
Diffstat (limited to 'src/SConscript')
-rw-r--r-- | src/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SConscript b/src/SConscript index 92d554e..f4b3e8c 100644 --- a/src/SConscript +++ b/src/SConscript @@ -19,7 +19,7 @@ if os.environ.has_key('LDFLAGS'): # Include directories to look for 'Python.h' in env.Append(CPPPATH=[get_python_inc(plat_specific=True)]) -# Libraries to link against +# Libraries to link against # On some systems, boost_python is actually called boost_python-mt. # Use the BOOSTLIB argument to override the default value. # See https://bugs.launchpad.net/pyexiv2/+bug/523858. |