summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndy Grover <andy@groveronline.com>2016-04-07 12:37:56 -0700
committerAndy Grover <andy@groveronline.com>2016-04-07 12:37:56 -0700
commit5634927e29bbf5336389c34a708a8a3c5e387e61 (patch)
tree9b714fc3484d75fdcecd7e401b5ec41da32f4105 /README.md
parent1cdb5daba81497798e9824e5694f25b9f0328ea6 (diff)
downloadtargetcli-5634927e29bbf5336389c34a708a8a3c5e387e61.tar.gz
Update README.md
We no longer use 2to3 for version compatibility.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a6af57f..1e64916 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ A command shell for managing the Linux LIO kernel target
targetcli-fb is a command-line interface for configuring the LIO generic
SCSI target, present in 3.x Linux kernel versions.
-This runs with Python 2.7 and 2to3 is run by setup.py to run on Python 3.
+Compatible with both Python 2.7 and 3.x by using the python-siz library.
targetcli-fb development
------------------------