[Python-checkins] r79108 - in python/branches/py3k/Lib/importlib: _bootstrap.py abc.py machinery.py test/__init__.py test/__main__.py test/abc.py test/benchmark.py test/builtin/__init__.py test/builtin/test_finder.py test/builtin/test_loader.py test/builtin/util.py test/extension/__init__.py test/extension/test_case_sensitivity.py test/extension/test_finder.py test/extension/test_loader.py test/extension/test_path_hook.py test/extension/util.py test/frozen/__init__.py test/frozen/test_finder.py test/frozen/test_loader.py test/import_/__init__.py test/import_/test___package__.py test/import_/test_api.py test/import_/test_caching.py test/import_/test_fromlist.py test/import_/test_meta_path.py test/import_/test_packages.py test/import_/test_path.py test/import_/test_relative_imports.py test/import_/util.py test/regrtest.py test/source/__init__.py test/source/test_abc_loader.py test/source/test_case_sensitivity.py test/source/test_file_loader.py test/source/test_finder.py test/source/test_path_hook.py test/source/test_source_encoding.py test/source/util.py test/test_abc.py test/test_api.py test/test_util.py test/util.py util.py

benjamin.peterson python-checkins at python.org
Fri Mar 19 21:44:29 CET 2010


Author: benjamin.peterson
Date: Fri Mar 19 21:44:28 2010
New Revision: 79108

Log:
set svn:eol-style on importlib files

Modified:
   python/branches/py3k/Lib/importlib/_bootstrap.py   (props changed)
   python/branches/py3k/Lib/importlib/abc.py   (props changed)
   python/branches/py3k/Lib/importlib/machinery.py   (props changed)
   python/branches/py3k/Lib/importlib/test/__init__.py   (props changed)
   python/branches/py3k/Lib/importlib/test/__main__.py   (props changed)
   python/branches/py3k/Lib/importlib/test/abc.py   (props changed)
   python/branches/py3k/Lib/importlib/test/benchmark.py   (props changed)
   python/branches/py3k/Lib/importlib/test/builtin/__init__.py   (props changed)
   python/branches/py3k/Lib/importlib/test/builtin/test_finder.py   (props changed)
   python/branches/py3k/Lib/importlib/test/builtin/test_loader.py   (props changed)
   python/branches/py3k/Lib/importlib/test/builtin/util.py   (props changed)
   python/branches/py3k/Lib/importlib/test/extension/__init__.py   (props changed)
   python/branches/py3k/Lib/importlib/test/extension/test_case_sensitivity.py   (props changed)
   python/branches/py3k/Lib/importlib/test/extension/test_finder.py   (props changed)
   python/branches/py3k/Lib/importlib/test/extension/test_loader.py   (props changed)
   python/branches/py3k/Lib/importlib/test/extension/test_path_hook.py   (props changed)
   python/branches/py3k/Lib/importlib/test/extension/util.py   (props changed)
   python/branches/py3k/Lib/importlib/test/frozen/__init__.py   (props changed)
   python/branches/py3k/Lib/importlib/test/frozen/test_finder.py   (props changed)
   python/branches/py3k/Lib/importlib/test/frozen/test_loader.py   (props changed)
   python/branches/py3k/Lib/importlib/test/import_/__init__.py   (props changed)
   python/branches/py3k/Lib/importlib/test/import_/test___package__.py   (props changed)
   python/branches/py3k/Lib/importlib/test/import_/test_api.py   (props changed)
   python/branches/py3k/Lib/importlib/test/import_/test_caching.py   (props changed)
   python/branches/py3k/Lib/importlib/test/import_/test_fromlist.py   (props changed)
   python/branches/py3k/Lib/importlib/test/import_/test_meta_path.py   (props changed)
   python/branches/py3k/Lib/importlib/test/import_/test_packages.py   (props changed)
   python/branches/py3k/Lib/importlib/test/import_/test_path.py   (props changed)
   python/branches/py3k/Lib/importlib/test/import_/test_relative_imports.py   (props changed)
   python/branches/py3k/Lib/importlib/test/import_/util.py   (props changed)
   python/branches/py3k/Lib/importlib/test/regrtest.py   (props changed)
   python/branches/py3k/Lib/importlib/test/source/__init__.py   (props changed)
   python/branches/py3k/Lib/importlib/test/source/test_abc_loader.py   (props changed)
   python/branches/py3k/Lib/importlib/test/source/test_case_sensitivity.py   (props changed)
   python/branches/py3k/Lib/importlib/test/source/test_file_loader.py   (props changed)
   python/branches/py3k/Lib/importlib/test/source/test_finder.py   (props changed)
   python/branches/py3k/Lib/importlib/test/source/test_path_hook.py   (props changed)
   python/branches/py3k/Lib/importlib/test/source/test_source_encoding.py   (props changed)
   python/branches/py3k/Lib/importlib/test/source/util.py   (props changed)
   python/branches/py3k/Lib/importlib/test/test_abc.py   (props changed)
   python/branches/py3k/Lib/importlib/test/test_api.py   (props changed)
   python/branches/py3k/Lib/importlib/test/test_util.py   (props changed)
   python/branches/py3k/Lib/importlib/test/util.py   (props changed)
   python/branches/py3k/Lib/importlib/util.py   (props changed)


More information about the Python-checkins mailing list