[Python-modules-commits] [utidylib] 05/16: Revert "Add 'tidy' to the list of lib names, so it can be imported correctly in debian"

Michal Cihar nijel at moszumanska.debian.org
Thu Jul 7 12:53:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

nijel pushed a commit to branch master
in repository utidylib.

commit b13ba560e33ed68704537bd27a2e8123171800a1
Author: Michal Čihař <michal at cihar.com>
Date:   Thu Jul 7 14:39:20 2016 +0200

    Revert "Add 'tidy' to the list of lib names, so it can be imported correctly in debian"
    
    This reverts commit d3797738921bf2754b9ead7ea589add9cc876623.
---
 tidy/lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tidy/lib.py b/tidy/lib.py
index 67927a2..be0c11b 100644
--- a/tidy/lib.py
+++ b/tidy/lib.py
@@ -22,7 +22,7 @@ from tidy.error import *
 # directory too
 thelib=None
 os.environ['PATH'] = "%s%s%s" % (packagedir, os.pathsep, os.environ['PATH'])
-for libname in ('tidy', 'cygtidy-0-99-0', 'libtidy', 'libtidy.so',
+for libname in ('cygtidy-0-99-0', 'libtidy', 'libtidy.so',
                 'libtidy-0.99.so.0', 'tidylib'):
     try:
         thelib = getattr(ctypes.cdll, libname)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/utidylib.git



More information about the Python-modules-commits mailing list