summaryrefslogtreecommitdiff
path: root/gitdb/db/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Pick off the low hanging fruitKevin Brown2014-07-131-7/+6
| | | | | | | | | | | This fixes most of the import errors that came from using the implicit relative imports that Python 2 supports. This also fixes the use of `xrange`, which has replaced `range` in Python 3. The same has happened for `izip`, which is also being aliased. The octal number syntax changed in Python 3, so we are now converting from strings using the `int` built-in function, which will produce the same output across both versions of Python.
* preprended all modules with licensing informationSebastian Thiel2011-02-231-0/+4
|
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-301-0/+8
Submodule relinked to point to new github location, and moved as well