#!/usr/bin/python # -*- coding: utf-8 -*- # R overlay -- main script # Copyright (C) 2013 André Erdmann # Distributed under the terms of the GNU General Public License; # either version 2 of the License, or (at your option) any later version. import roverlay.setupscript.runtime if __name__ == '__main__': roverlay.setupscript.runtime.setup_main ( installed=None )