Hi,
you might have seen that I issues a pull request for my Windows port of
Graphite:
https://github.com/graphite-project/carbon/pull/49
This port is based on an additional file called crossplatform.py which
contains all elements from Carbon that are os specific (read: don't run
on Windows). I've moved these original code pieces to crossplatform.py,
adding a
if platform.system() == "Windows":
for Windows-specific code. It would be great if you could take a look at
the pull request and give me some comments if these changes are alright.
E.g. I'm not sure if invocation of the aforementioned platform.system()
is that optimal.
Looking forward to your feedback.
Cheers,
Stephan
_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~graphite-dev
More help : https://help.launchpad.net/ListHelp