Tres Seaver
2014-02-17 111aef8a7d0e000d6ff65cc15138c2d376b1efc4
Trailing commas are good.
1 files modified
4 ■■■■ changed files
docs/quick_tutorial/templating/setup.py 4 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/templating/setup.py
@@ -2,7 +2,7 @@
requires = [
    'pyramid',
    'pyramid_chameleon'
    'pyramid_chameleon',
]
setup(name='tutorial',
@@ -11,4 +11,4 @@
      [paste.app_factory]
      main = tutorial:main
      """,
)
)