mirror of
https://github.com/openbabel/openbabel.git
synced 2025-02-25 18:55:23 -06:00
Revert the slash n change
This commit is contained in:
@@ -106,7 +106,7 @@ class CustomBuildExt(build_ext):
|
||||
'For example:',
|
||||
' python setup.py build_ext -I{} -L{}'.format(self.ob_include_dir, self.ob_library_dir),
|
||||
' python setup.py install',
|
||||
sep=r'\n')
|
||||
sep='\n')
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user