1
0

Remove Python 2 support imports.

This commit is contained in:
Justin Turner Arthur
2017-11-12 16:39:04 -06:00
parent 8c84b349b8
commit 9a0aa9b478
22 changed files with 0 additions and 112 deletions

View File

@@ -21,11 +21,6 @@
# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
import time
import queue
import os