diff --git a/pubs/p3.py b/pubs/p3.py index a73276c..d8f1792 100644 --- a/pubs/p3.py +++ b/pubs/p3.py @@ -12,12 +12,14 @@ else: import configparser ustr = str uchr = chr + file = None from urllib.parse import urlparse from urllib.request import urlopen from http.client import HTTPConnection configparser = configparser input = input +file = file def isbasestr(obj): diff --git a/pubs/templates/__init__.py b/pubs/templates/__init__.py index 8bb9e7b..22cbe49 100644 --- a/pubs/templates/__init__.py +++ b/pubs/templates/__init__.py @@ -1 +1 @@ -from str_templates import * \ No newline at end of file +from . str_templates import *