RabbitVCS Nemo Extension

This extension is meant to be used with the Nemo File Manager,

Requirements:
    * nemo (>= v1.1.2)
    * nemo-python (>= 1.0)
    * python-dbus (> 0.80)
    * (all other RabbitVCS requirements)

To install:
    To install for all users, copy RabbitVCS.py to:
        /usr/share/nemo-python/extensions
    
    To install for a single user, copy RabbitVCS.py to:
        ~/.local/share/nemo-python-extensions
    
    In both cases, you may need to create the python/python-extensions folder.
    
    Restart nemo with the following commands:
        $ nemo -q
        $ pgrep -f service.py | xargs kill
        $ nohup nemo > /dev/null &

Troubleshooting:

    See the known-issues section of our website:
        http://wiki.rabbitvcs.org/wiki/support/known-issues
    
