comparison trafficintelligence/traffic_engineering.py @ 1029:c6cf75a2ed08

reorganization of imports
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 18 Jun 2018 22:50:59 -0400
parents cc5cb04b04b0
children c5863e04d302
comparison
equal deleted inserted replaced
1028:cc5cb04b04b0 1029:c6cf75a2ed08
1 #! /usr/bin/env python 1 #! /usr/bin/env python
2 ''' Traffic Engineering Tools and Examples''' 2 ''' Traffic Engineering Tools and Examples'''
3 3
4 from math import ceil
5
4 from trafficintelligence import prediction 6 from trafficintelligence import prediction
5
6 from math import ceil
7
8 7
9 ######################### 8 #########################
10 # Simulation 9 # Simulation
11 ######################### 10 #########################
12 11