opencredo / kubefuse

Kubernetes as a FUSE Filesystem
https://opencredo.com/blogs/introducing-kubefuse-file-system-kubernetes/
Apache License 2.0
266 stars 16 forks source link

Support for Python 3 #25

Open codemug opened 5 years ago

codemug commented 5 years ago

Installed kubefuse-0.7.3 in a python 3 virtualenv. It threw:

print "It looks like the Fuse system library is missing."

Looks like it's using python 2 style prints.