Skip to content

Commit

Permalink
Fix indentation in browser.zcml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Sep 29, 2017
1 parent e7dec03 commit a69fab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ install:
- pip install -U coverage coveralls zope.testing zope.testrunner
- pip install -U -e .[$DEP]
script:
- coverage run -m zope.testrunner --test-path=src
- coverage run -m zope.testrunner --auto-color --test-path=src
after_success:
- coveralls
notifications:
Expand Down
2 changes: 1 addition & 1 deletion src/zope/file/browser.zcml
Expand Up @@ -2,7 +2,7 @@
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
xmlns:zcml="http://namespaces.zope.org/zcml"
zcml:condition="installed zope.browserpage"
zcml:condition="installed zope.browserpage"
i18n_domain="zope.file"
>

Expand Down

0 comments on commit a69fab8

Please sign in to comment.