From 6f55c17f48d7608072199496fbcefa33f2e97bf0 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 4 Jan 2015 15:39:28 +0100 Subject: Replaced ordered dict with standard version; used logging module All performance tests still print to stderr, but do so in a py3 compatible way --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/source/conf.py') diff --git a/doc/source/conf.py b/doc/source/conf.py index 2da09c66..942996b0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -21,7 +21,6 @@ import sys, os # absolute, like shown here. #sys.path.append(os.path.abspath('.')) sys.path.insert(0, os.path.abspath('../..')) -print sys.path # General configuration # --------------------- -- cgit v1.2.1