From 26ed5760a2116110c8940b9958cdd87c2ca8ea00 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 27 Jan 2013 17:03:00 -0600 Subject: [PATCH] fix header comments in graph.py --- extras/graph.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/extras/graph.py b/extras/graph.py index 98f871ae2..062985e4d 100644 --- a/extras/graph.py +++ b/extras/graph.py @@ -1,6 +1,4 @@ -#!/usr/bin/python -# author: Bryan Bishop -# date: 2012-06-20 +# -*- coding: utf-8 -*- import networkx as nx