PEP8 code style cleanup
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user