From a4a14765415f8252e94307f657383a3ee66d2fa7 Mon Sep 17 00:00:00 2001 From: Hochikong Date: Wed, 8 Jun 2016 10:59:52 +0800 Subject: T85:Python management library is not Python3 compatible. Fix Router.py and all file in basic_function/ to support Python3. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 97324b7..e9a85c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Compiled python modules. *.pyc +*.bak # Generate by setuptools dist/ -- cgit v1.2.3