commit babfabc771ad80d1ab001e789483ee2e9eaea1ed Author: Damian Johnson atagar@torproject.org Date: Tue Oct 31 11:06:53 2017 -0700
Fix syntax error --- nyx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nyx/__init__.py b/nyx/__init__.py index f91ef07..5a8de5d 100644 --- a/nyx/__init__.py +++ b/nyx/__init__.py @@ -75,7 +75,7 @@ SQLITE_UNAVAILABLE_FREEBSD = """\ Python's sqlite3 module is unavailable. Please run...
sudo pkg install py%i%i-sqlite3 -""" % (sys.version_info[:2] +""" % (sys.version_info[:2])
try: import sqlite3
tor-commits@lists.torproject.org