Some xcodeproj fixes.

pull/15/head
Jussi Pakkanen 11 years ago
parent c33014cc63
commit c1c603f804
  1. 3
      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):

Loading…
Cancel
Save