Reenable test for key=value extra vars, remove some unused imports.

This commit is contained in:
Chris Church
2014-12-04 15:42:18 -05:00
parent 680e382a40
commit 12f07e454f
5 changed files with 9 additions and 32 deletions

View File

@@ -13,9 +13,6 @@ import shlex
import urlparse
import uuid
# PyYAML
import yaml
# Django
from django.conf import settings
from django.db import models