Remove suprious comma. Fixing a tuple <= int bug
authorDiane Trout <diane@ghic.org>
Mon, 6 Apr 2015 22:03:14 +0000 (15:03 -0700)
committerDiane Trout <diane@ghic.org>
Mon, 6 Apr 2015 22:03:14 +0000 (15:03 -0700)
commitb0b6c4c9ea70f7cb7b2b3358d13762a54b9f24e2
tree7d0052f3f9be7af4ffa8d69b109e5c73ea2a8ed5
parent077d4d25b654553b1d6e39ed4982be953bbbc8bb
Remove suprious comma. Fixing a tuple <= int bug

python 2 didn't catch this type error. Thankfully python 3 does.
samples/changelist.py