Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relax type checking of path arguments, part 2.
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