More python3 fixes. Run pyip6 doctests in test suite.

This commit is contained in:
Stuart D. Gathman
2016-08-11 15:38:07 -04:00
parent 6e2153454a
commit 547fb39f2a
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
# This code is under the GNU General Public License. See COPYING for details.
from __future__ import print_function
__version__ = '0.9.8'
__version__ = '1.0.1'
import os
import re