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 time
import traceback
from os import path
# Check that we have a recent enough version
assert(requests.__version__ > '0.12')

View File

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