Skip to content

Commit

Permalink
fix getWorkDirs and getOpts imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jan 13, 2014
1 parent 78a93dd commit 5ac3d42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyana/examples/gp_datdir.py
Expand Up @@ -2,7 +2,8 @@
import numpy as np
from collections import OrderedDict
from ..ccsgp.ccsgp import make_plot
from ..aux.utils import getWorkDirs, getOpts
from .utils import getWorkDirs
from ..ccsgp.utils import getOpts

def gp_datdir(initial, topN):
"""example for plotting from a text file using ccsgp
Expand Down

0 comments on commit 5ac3d42

Please sign in to comment.