diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-11-20 23:32:50 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-11-20 23:32:50 +0100 |
commit | 7d742e78251780da762dd20e3310e8c6143f1849 (patch) | |
tree | c3427e52da47aabb5e5a3ddcb4959512be48f9f7 /pavement.py | |
parent | Rename theme clearbright to bright (diff) | |
download | pyload-7d742e78251780da762dd20e3310e8c6143f1849.tar.xz |
Convert tabs to 4-whitespaces
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py index 9b2dc98b3..c052edce4 100644 --- a/pavement.py +++ b/pavement.py @@ -89,7 +89,7 @@ options( virtual="virtualenv2", ), cog=Bunch( - pattern="*.py", + pattern="*.py", ) ) |