From b04156007fa3411c2ae8228e7dbc01da64193eef Mon Sep 17 00:00:00 2001 From: David Medina Date: Thu, 17 Nov 2011 00:16:23 +0100 Subject: Del authors on code. Delegate it to AUTHORS ;) --- github3/packages/link_header.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'github3/packages') diff --git a/github3/packages/link_header.py b/github3/packages/link_header.py index 3959604..5ad20f1 100644 --- a/github3/packages/link_header.py +++ b/github3/packages/link_header.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- encoding: utf-8 -*- """ HTTP Link Header Parsing @@ -86,4 +87,4 @@ def parse_link_value(instr): if __name__ == '__main__': import sys if len(sys.argv) > 1: - print parse_link_value(sys.argv[1]) \ No newline at end of file + print parse_link_value(sys.argv[1]) -- cgit v1.3-8-gc7d7