RPKI Engine 1.0

rootd.py (3569)

Go to the documentation of this file.
00001 """
00002 $Id: rootd.py 3569 2010-12-14 20:35:28Z sra $
00003 
00004 Copyright (C) 2010  Internet Systems Consortium ("ISC")
00005 
00006 Permission to use, copy, modify, and distribute this software for any
00007 purpose with or without fee is hereby granted, provided that the above
00008 copyright notice and this permission notice appear in all copies.
00009 
00010 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
00011 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
00012 AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
00013 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
00014 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
00015 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
00016 PERFORMANCE OF THIS SOFTWARE.
00017 """
00018 
00019 if __name__ == "__main__":
00020   import rpki.rootd
00021   rpki.rootd.main()
 All Classes Namespaces Files Functions Variables