#!/usr/bin/env python # -*- coding: utf-8 -*- ################################################################################ # LAYMAN - A UTILITY TO UPDATE LAYMAN DB's ################################################################################ # Distributed under the terms of the GNU General Public License v2 # # Copyright: # (c) 2011 Brian Dolbec # Distributed under the terms of the GNU General Public License v2 # # Author(s): # Brian Dolbec # __version__ = "0.1" from layman.updater import Main main = Main() main()