diff options
Diffstat (limited to 'graph.py')
-rw-r--r-- | graph.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,6 +1,4 @@ -#!/usr/bin/python -# author: Bryan Bishop <kanzure@gmail.com> -# date: 2012-06-20 +# -*- coding: utf-8 -*- import networkx as nx |