Enable absolute imports for non-third-party code where it was omitted previously

(imported from commit 34856ac32c6b94b614273a6fe46c87a314058d9b)
This commit is contained in:
Luke Faraone 2013-10-10 15:37:26 -04:00
parent 3c455e48a9
commit 518da346e3

View file

@ -1,4 +1,6 @@
#!/usr/bin/env python
from __future__ import absolute_import
import sys
from os import path
import logging