added unicode_literals import at start of each file
diff --git a/public/web.py b/public/web.py
index 34d38fe..ed0441f 100755
--- a/public/web.py
+++ b/public/web.py
@@ -16,6 +16,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+from __future__ import unicode_literals
 """
 return a dynamic page from website templates