PEP8 code style cleanup

This commit is contained in:
Yoann Roman
2011-01-07 10:49:46 -05:00
parent a7a4ce77f1
commit aea398e704
5 changed files with 8 additions and 8 deletions

View File

@@ -1,15 +1,15 @@
"""
PasteScript commands for Pecan.
PasteScript create command for Pecan.
"""
from paste.script.create_distro import CreateDistroCommand
from pecan.templates import DEFAULT_TEMPLATE
from base import Command
from pecan.templates import DEFAULT_TEMPLATE
import copy
import os
import sys
class CreateCommand(CreateDistroCommand, Command):
"""
Creates the file layout for a new Pecan distribution.