diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 17:03:00 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 17:03:00 -0600 |
commit | 107f5d6901fb347f675943b2808d7868a0293738 (patch) | |
tree | 03b0fb9ef012ee3c0cf15c6f1121b67b4aafcd72 /graph.py | |
parent | e5a2fa217490600281a7884fa024e789f1ebf025 (diff) |
fix header comments in graph.py
original-commit-id: 26ed5760a2116110c8940b9958cdd87c2ca8ea00
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 |