Added paths resolver to the repository

Modified requirements file
This commit is contained in:
Andre Polykanine
2018-07-15 17:15:05 +03:00
parent 29aa655ecb
commit 593ae5c925
8 changed files with 123 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
import requests
import os
import logging
from platform_utils import paths
import paths
log = logging.getLogger("fixes.fix_requests")