diff -u pyshaper-0.1.3/pyshaper.py pyshaper-0.1.3.patched/pyshaper.py --- pyshaper-0.1.3/pyshaper.py 2004-03-19 21:09:23.000000000 -0800 +++ pyshaper-0.1.3.patched/pyshaper.py 2019-09-16 19:09:22.889939432 -0700 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 #@+leo-ver=4 #@+node:@file pyshaper.py #@@first diff -u pyshaper-0.1.3/setup.py pyshaper-0.1.3.patched/setup.py --- pyshaper-0.1.3/setup.py 2004-03-14 20:43:13.000000000 -0800 +++ pyshaper-0.1.3.patched/setup.py 2019-09-16 19:09:50.320251786 -0700 @@ -5,10 +5,6 @@ import sys, os -if os.getuid() != 0: - print "Sorry, you must be root to install this program" - sys.exit(1) - setup( name="pyshaper", version='0.1.1',