summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <andy@groveronline.com>2015-12-18 18:36:25 -0800
committerAndy Grover <andy@groveronline.com>2015-12-18 18:36:25 -0800
commit501521813ce29b494b38b4d017599afee250e79c (patch)
treee95e1ffb5b706520c6522197a10307765dc67e59
parentd2de7ae9d97d67522a17d4835391cf12c1d6b274 (diff)
downloadrtslib-fb-501521813ce29b494b38b4d017599afee250e79c.tar.gz
Update README.md
We no longer use 2to3.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b40a43..b3957bd 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ A Python object API for managing the Linux LIO kernel target
rtslib-fb is an object-based Python library for configuring the LIO
generic SCSI target, present in 3.x Linux kernel versions.
-This runs with Python 2 and 2to3 is run by setup.py to run on Python 3.
+This work with both Python 2 and Python 3, thanks to the python-six library.
rtslib-fb development
---------------------