]> sigrok.org Git - libsigrokdecode.git/commit
srd: Windows/MinGW Python path format fixes.
authorUwe Hermann <redacted>
Wed, 18 Jan 2012 23:21:00 +0000 (00:21 +0100)
committerUwe Hermann <redacted>
Wed, 18 Jan 2012 23:21:00 +0000 (00:21 +0100)
commit639c56898e88aae99a7b91a5c6d2b7870956d648
treed7445195ea98cf4961062b8611ebcfb7ee3e8790
parente431d9cc4afa5e695efea61fb769f20d86f0bbe0
srd: Windows/MinGW Python path format fixes.

On Windows/MinGW, Python's sys.path needs entries of the form
'C:\\foo\\bar' instead of '/foo/bar'.
controller.c