diff options
author | Ask Solem <ask@celeryproject.org> | 2014-06-11 14:55:11 +0100 |
---|---|---|
committer | Ask Solem <ask@celeryproject.org> | 2014-06-11 14:55:11 +0100 |
commit | 6524bd293ab580eaa1ac239de38e99856d07c282 (patch) | |
tree | df953960f43fed46472469473df82620c4786269 /docs/_ext/applyxrefs.py | |
parent | e6a3e7eaf233937efe967faa56aab8e6c5b059dd (diff) | |
parent | 244b882e0c103b915e98de6ebb7d0cb026974515 (diff) | |
download | kombu-curlclient.tar.gz |
Merge branch 'master' into curlclientcurlclient
Conflicts:
kombu/async/hub.py
kombu/tests/case.py
kombu/tests/transport/test_redis.py
kombu/transport/SQS.py
Diffstat (limited to 'docs/_ext/applyxrefs.py')
-rw-r--r-- | docs/_ext/applyxrefs.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/_ext/applyxrefs.py b/docs/_ext/applyxrefs.py index 93222a33..8ad57e80 100644 --- a/docs/_ext/applyxrefs.py +++ b/docs/_ext/applyxrefs.py @@ -47,7 +47,6 @@ def has_target(fn): if not readok: return (True, None) - #print fn, len(lines) if len(lines) < 1: print("Not touching empty file %s." % fn) return (True, None) @@ -69,7 +68,6 @@ def main(argv=None): files.extend([(dirpath, f) for f in filenames]) files.sort() files = [os.path.join(p, fn) for p, fn in files if fn.endswith('.txt')] - #print files for fn in files: if fn in DONT_TOUCH: |