Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 5, 2015
1 parent 8ed0e8f commit 8204fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/csvvocabulary/README.txt
Expand Up @@ -100,7 +100,7 @@ strings from the CSV files in a particular sub-tree. Here we just want to make
sure that the function completes and some dummy data from the testing package
will be used:

>>> basedir = os.path.dirname(z3c.__file__)
>>> basedir = os.path.dirname(path)

>>> catalog = z3c.csvvocabulary.csvStrings(path, basedir)
>>> pprint(catalog)
Expand Down

0 comments on commit 8204fe9

Please sign in to comment.