Skip to content

Commit 3cf1378

Browse files
balakrishnangithubBalakrishnan S
authored and
Balakrishnan S
committed
Fix ImportError: cannot import name find_spec
find_spec isn't available in Python 3.3; it was added in Python 3.4.
1 parent c3ebdac commit 3cf1378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ Templates give you full control of each component of your application.
105105
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:
106106

107107
```bash
108-
$ oc new-app openshift/python-33-centos7~https://github.com/openshift/django-ex
109-
imageStreams/python-33-centos7
108+
$ oc new-app centos/python-35-centos7~https://github.com/openshift/django-ex
109+
imageStreams/python-35-centos7
110110
imageStreams/django-ex
111111
buildConfigs/django-ex
112112
deploymentConfigs/django-ex

0 commit comments

Comments
 (0)