jameswalmsley / bitthunder

BitThunder - Reliable, real time, portable, scalable, embedded operating system, RTOS.
http://bitthunder.org
Other
168 stars 48 forks source link

Fix error on Python3 systems #42

Closed NeroBurner closed 7 years ago

NeroBurner commented 8 years ago

On systems with Python3 as standard python version fix the following error

  File "/home/nero/repos/bitthunder/.dbuild/../.dbuild/relpath.py", line 3
    print os.path.relpath(sys.argv[1], sys.argv[2])
           ^
SyntaxError: invalid syntax