Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Commit

Permalink
revert formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ponty committed Feb 20, 2012
1 parent 9f25cd2 commit 495c105
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions paved/paved.py
Expand Up @@ -9,12 +9,12 @@


options(
paved=Bunch(
cwd=__cwd__,
paved = Bunch(
cwd = __cwd__,

clean=Bunch(
patterns=["*.pyc", "*~", "*.pyo", "*#", ".#*", "*.lock", "*.log*", "*.orig"],
dirs=[__cwd__]
clean = Bunch(
patterns = ["*.pyc", "*~", "*.pyo", "*#", ".#*", "*.lock", "*.log*", "*.orig"],
dirs = [__cwd__]
),
),
)
Expand Down

0 comments on commit 495c105

Please sign in to comment.