Skip to content

Commit

Permalink
Relax type checking of path arguments, part 2.
Browse files Browse the repository at this point in the history
Fix more type checks of the form `isinstance(cmd, str)`:

- Replace some of them with checks like::

    `not isinstance(cmd, RemotePath)`

- Replace others by checking against `basestring` instead of `str`.
  • Loading branch information
tanzer authored and tomerfiliba committed Oct 10, 2012
1 parent 0c5dac5 commit fec1bac
Show file tree
Hide file tree
Showing 6 changed files with 197 additions and 197 deletions.
Loading

0 comments on commit fec1bac

Please sign in to comment.