specialunderwear / django-easymode

Quickly build backends for flash/flex websites with Django.
GNU General Public License v3.0
35 stars 20 forks source link

Make mutex cross-platform #22

Closed tclancy closed 9 years ago

tclancy commented 9 years ago

Changed from the hard-coded '/tmp/' to tempfile.gettempdir() to allow the mutex logic to work on Windows.

specialunderwear commented 9 years ago

Nice!

I will need to check the whitespace changes tomorrow, because windows. Also could you be bothered to squash your commits into 1 working clean commit?

tclancy commented 9 years ago

Sure, what's the cleanest/ easiest way to do that?

specialunderwear commented 9 years ago

Git rebase -i HEAD^^ Git push --force

tclancy commented 9 years ago

Done.