Removed some old code no longer needed

This commit is contained in:
Manuel Cortez 2021-09-22 17:25:22 -05:00
parent c5d103dc8d
commit 1cd7d2ad39

View File

@ -1,9 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals # at top of module
# this is the first fix we have to import just before the paths module would.
# it changes a call from wintypes to ctypes.
from fixes import fix_winpaths
fix_winpaths.fix()
import os
import logging
import storage