From 92b5c372b84a32345004461325c27695bdbf1f34 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Mon, 5 May 2014 13:45:33 +0200 Subject: [PATCH] test --- program/hypcrawl/hypcrawl.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/program/hypcrawl/hypcrawl.py b/program/hypcrawl/hypcrawl.py index 2648982..b34c3b7 100644 --- a/program/hypcrawl/hypcrawl.py +++ b/program/hypcrawl/hypcrawl.py @@ -1,4 +1,4 @@ -/bin/env python +#!/bin/env python # -*- coding: utf-8 -*- import codecs @@ -6,7 +6,6 @@ import itertools as it import re import sys - def parseconfig(filepath, enc='utf-8', com='#'): inp = sys.stdin if filepath == '-' else codecs.open(filepath, 'r', enc) pattern = re.compile('^\s*(?P\S+)\t(?P[^{0}]*[^{0}\s])'.format(com)) -- 2.20.1