Fix some of the "new site" tests

This commit is contained in:
Steve Francia
2015-12-08 17:38:26 -05:00
parent b81fc1be4e
commit e29ede7055
2 changed files with 16 additions and 6 deletions

View File

@@ -15,12 +15,12 @@ package commands
import (
"bytes"
"errors"
"os"
"path/filepath"
"strings"
"time"
"errors"
"github.com/spf13/cobra"
"github.com/spf13/hugo/create"
"github.com/spf13/hugo/helpers"