Files
openide/python/testData/formatter/tupleInArgList_after.py
Mikhail Golubev 4ced2f94f7 PY-12145 Align closing brace when there is no hanging indent in parental expression
Also update expected test data in a couple of existing tests to be PEP8 complaint
2015-01-19 21:41:13 +03:00

5 lines
170 B
Python

urlpatterns = patterns('',
(r'^admin/', include(admin.site.urls)),
url(r'^', include('cms.urls')),
)