moved scaffolds up one dir

This commit is contained in:
Lance Edgar 2012-06-10 23:01:46 -05:00
parent c0b507f1a1
commit ba092f90e4
20 changed files with 36 additions and 36 deletions

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

View file

@ -175,7 +175,7 @@ edbob = edbob.commands:main
edbobw = edbob.commands:main
[pyramid.scaffold]
edbob = edbob.pyramid.scaffolds:Template
edbob = edbob.scaffolds:Template
[edbob.commands]
db = edbob.commands:DatabaseCommand