diff options
Diffstat (limited to 'xcodebackend.py')
-rw-r--r-- | xcodebackend.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xcodebackend.py b/xcodebackend.py index 836a01f..a360a22 100644 --- a/xcodebackend.py +++ b/xcodebackend.py @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -import backends +import backends, build +import uuid, os, sys class XCodeBackend(backends.Backend): def __init__(self, build, interp): |