Skip to content

Commit

Permalink
fix utils logging bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jan 13, 2014
1 parent 9b841ff commit 357d7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyana/examples/utils.py
@@ -1,4 +1,4 @@
import sys, os, itertools, inspect
import sys, os, itertools, inspect, logging

def checkSymLink():
"""check for symbolic link to input directory"""
Expand Down

0 comments on commit 357d7a5

Please sign in to comment.