From 3cf1378da5decd7eb31e0f36b462b50209f648ef Mon Sep 17 00:00:00 2001 From: Balakrishnan Date: Fri, 27 May 2016 04:27:24 -0400 Subject: [PATCH] Fix ImportError: cannot import name find_spec find_spec isn't available in Python 3.3; it was added in Python 3.4. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2fdc17..11ee417 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,8 @@ Templates give you full control of each component of your application. Sometimes your application is simple enough and you don't want to bother with templates. In that case, you can let OpenShift inspect your source code and create the required components automatically for you: ```bash -$ oc new-app openshift/python-33-centos7~https://github.com/openshift/django-ex -imageStreams/python-33-centos7 +$ oc new-app centos/python-35-centos7~https://github.com/openshift/django-ex +imageStreams/python-35-centos7 imageStreams/django-ex buildConfigs/django-ex deploymentConfigs/django-ex