source:
fedd/deter/__init__.py
@
36e701e
Last change on this file since 36e701e was f74e3a1, checked in by , 10 years ago | |
---|---|
|
|
File size: 211 bytes |
Rev | Line | |
---|---|---|
[6bedbdba] | 1 | #!/usr/local/bin/python |
2 | ||
3 | import topdl | |
[f74e3a1] | 4 | try: |
5 | from fedid import * | |
6 | except ImportError: | |
7 | # ignore failing to load fedids | |
8 | pass | |
[044dd20] | 9 | from ip_allocator import * |
10 | from ip_addr import * | |
[9a52a80] | 11 | from topdl_to_route import * |
Note: See TracBrowser
for help on using the repository browser.