Files @ 8092a1881a49
Branch filter:

Location: majic-scripts/.dir-locals.el

branko
[thebuggenie_hg_remote.py] Fixed linter errors:

- Mostly spacing-related.
- Use the range function instead of xrange (Python 2.7 -> Python 3.x).
- Script probably will not run correctly under Python 3.x, but at
least the linter will not get in the way when working on other
Python code in the project.
;; Set wrapping column for Emacs python-mode.
((python-mode . ((fill-column . 120))))