From 83fd90cd928e75ac60ee0b57700212c438950272 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 23 Jan 2014 23:15:02 +0700 Subject: libraries/pies: Added (Simple way to write Py2 and Py3 program). Signed-off-by: Willy Sudiarto Raharjo --- libraries/pies/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 libraries/pies/README (limited to 'libraries/pies/README') diff --git a/libraries/pies/README b/libraries/pies/README new file mode 100644 index 0000000000..cb7ad6fbc3 --- /dev/null +++ b/libraries/pies/README @@ -0,0 +1,3 @@ +Pies is a Python2 & 3 Compatibility layer with the philosophy that all +code should be Python3 code. Starting from this viewpoint means that +when running on Python3 pies adds virtually no overhead. -- cgit v1.2.3-65-gdbad