Skip to content

Commit

Permalink
Updated to work with c4dtools 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Feb 14, 2013
1 parent 64dabc0 commit 4d491f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpat.pyp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import itertools
from c4d.modules import graphview as gv
from c4dtools.misc import graphnode

res, importer = c4dtools.prepare(__file__)
res, importer = c4dtools.prepare(__file__, __res__)
settings = c4dtools.helpers.Attributor({
'options_filename': res.file('config.json'),
})
Expand Down

0 comments on commit 4d491f9

Please sign in to comment.