From b07ab253b7a2adec01233989d983d2f180c9fe4e Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 31 Dec 2012 12:23:42 +1300 Subject: Require requests > 1.0.4 This changes the API slightly, since json is now a method, not a property. --- pathod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pathod') diff --git a/pathod b/pathod index 09facad4..27e7e040 100755 --- a/pathod +++ b/pathod @@ -166,7 +166,7 @@ if __name__ == "__main__": group = parser.add_argument_group( - 'Controlling Logging', + 'Controlling Logging', """ Some of these options expand generated values for logging - if you're generating large data, use them with caution. -- cgit v1.2.3