source: fedd/deter/__init__.py @ f74e3a1

Last change on this file since f74e3a1 was f74e3a1, checked in by Ted Faber <faber@…>, 10 years ago

Missed one

  • Property mode set to 100644
File size: 211 bytes
Line 
1#!/usr/local/bin/python
2
3import topdl 
4try:
5    from fedid import *
6except ImportError:
7    # ignore failing to load fedids
8    pass
9from ip_allocator import *
10from ip_addr import *
11from topdl_to_route import *
Note: See TracBrowser for help on using the repository browser.