Fix checking the wrong directory for smsdk_ext.cpp. Updated some comments.

This commit is contained in:
Ross Bemrose
2015-05-14 14:16:19 -04:00
parent 0022b750b5
commit 43f4a2f7b7
3 changed files with 10 additions and 6 deletions
+1 -3
View File
@@ -1,9 +1,7 @@
# vim: set sts=2 ts=8 sw=2 tw=99 et ft=python:
import os, sys
###############
# Make sure to edit PackageScript, which copies your files to their appropriate locations
# Simple extensions do not need to modify past this point.
# Simple extensions do not need to modify this file.
class SDK(object):
def __init__(self, sdk, ext, aDef, name, platform, dir):