Skip to content

Commit a69107d

Browse files
committed
Add minor adjustment to mig.shared.base that I missed in my PR61 merge because it was only visible in the original round of commits on github, sorry.
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6056 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent bffa3fd commit a69107d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mig/shared/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
from __future__ import print_function
3131
from __future__ import absolute_import
32+
from past.builtins import basestring
3233

3334
import base64
3435
import os

0 commit comments

Comments
 (0)