-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Now using `items` instead of `iteritems` for iterating over dictionaries, as the latter is not supported in Py3 * UDF arguments can be marshalled as `"list"` so that rather than arriving as tuples or tuples of tuples, they arrive as lists or lists of lists. * Now using `Application.PathSeparator` to calculate paths in the add-in, even though it shouldn't make any difference on any machine, for now.
- Loading branch information
1 parent
069c494
commit 65cd324
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters