Skip to content

Commit

Permalink
Execution goodies
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmeronyo committed Sep 12, 2013
1 parent 8e121cd commit 0eba8bd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/tablinker.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/usr/bin/python

"""
Created on 19 Sep 2011
Modified on 12 Oct 2012
Modified on 12 Sep 2013
Authors: Rinke Hoekstra, Laurens Rietveld, Albert Meronyo-Penyuela
Copyright: VU University Amsterdam, 2011/2012
Copyright: VU University Amsterdam, 2011, 2012, 2013
License: LGPLv3
"""
Expand Down Expand Up @@ -57,7 +59,7 @@ def __init__(self, filename, config, level = logging.DEBUG):
"""
self.config = config
self.filename = filename

self.log = logging.getLogger("TabLinker")
self.log.setLevel(level)

Expand Down

0 comments on commit 0eba8bd

Please sign in to comment.