Some import cleanup

(imported from commit 265cebb011309b9a880035ccd587a5e51554803a)
This commit is contained in:
Keegan McAllister
2012-10-15 16:13:32 -04:00
parent 80e60c3120
commit bc43613a10
2 changed files with 0 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ import simplejson
import requests import requests
import time import time
import traceback import traceback
from os import path
# Check that we have a recent enough version # Check that we have a recent enough version
assert(requests.__version__ > '0.12') assert(requests.__version__ > '0.12')

View File

@@ -7,9 +7,7 @@ import calendar
from zephyr.lib.cache import cache_with_key from zephyr.lib.cache import cache_with_key
import fcntl import fcntl
import os import os
import re
import simplejson import simplejson
import datetime
from django.db import transaction from django.db import transaction
from zephyr.lib import bugdown from zephyr.lib import bugdown