Statistiques
| Branche: | Révision :

xlcloud / papers / 2014 / reservation / experiments / plot_graphs @ a80cf00c

Historique | Voir | Annoter | Télécharger (155 octet)

1
#!/usr/bin/env python
2

    
3
from os.path import join
4

    
5
import sys; sys.path.insert(0, join('src', 'python'))
6

    
7
from lib.graphs import plot_graphs
8

    
9
plot_graphs()
10