From 99822b27cd10fad6f2b3e631222feed67caf035f Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Tue, 3 Mar 2015 16:16:47 -0600 Subject: [PATCH] clarify python version --- amalgamate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amalgamate.py b/amalgamate.py index f84936f..1916bb0 100644 --- a/amalgamate.py +++ b/amalgamate.py @@ -1,6 +1,6 @@ """Amalgate json-cpp library sources into a single source and header file. -Requires Python 2.6 +Works with python2.6+ and python3.4+. Example of invocation (must be invoked from json-cpp top directory): python amalgate.py