Commit Graph

6 Commits

Author SHA1 Message Date
Armin Ronacher 97e93ea7ba Strip six module and rename to raven._compat
We're seeing some odd issues with our six module interacting
badly with the six module from other libraries for some users.
The suspicion is that our six module in some cases gets unvendored.
We thus rename it to `raven._compat` (which is also what some
other Python modules do).  We still use six normally for the
tests.
2016-01-12 21:40:51 +01:00
David Cramer e29c6e9b8b Various fixes for Python3 / versioning 2015-09-16 15:17:30 -07:00
David Cramer acb27abb83 Ensure int is passed for range 2015-09-16 15:08:49 -07:00
Armin Ronacher 01b724edff Fixed a bug in the pre-commit hook 2015-07-12 20:23:08 +02:00
Armin Ronacher f4b2c251e2 Split up hooks 2015-07-12 20:05:29 +02:00
David Cramer 6636eb700f Force rebase and precommit flake8 2013-09-14 09:28:04 +09:00