summaryrefslogtreecommitdiffstats
path: root/source/nitrate
blob: 12a9dfa22aad05424b71e13e8b44ac05362370c5 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python -i

# readline & tab completion support
import sys, rlcompleter, readline
readline.parse_and_bind("tab: complete")

# import all nitrate names
from nitrate import *