Skip to content

Commit 8f01ac6

Browse files
Make dist.py compatible with Python 3
1 parent 2a1296a commit 8f01ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646

4747
call(["svn", "add", dist_dir])
4848
if release.endswith("-SNAPSHOT"):
49-
print "Skipping commit because version is a snapshot."
49+
print ("Skipping commit because version is a snapshot.")
5050
else:
5151
call(["svn", "commit", dist_dir])

0 commit comments

Comments
 (0)