Skip to content

Commit

Permalink
小修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzhwl committed Aug 14, 2014
1 parent 45adc71 commit 470a9c6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions gen2.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,9 @@ def get_class_name( str ) :



def main() :
filepath = r'c:/autodesk/objectarx/2012/inc-r'

def generate( filepath) :

#operation very line
dir_path = filepath
hdrfiles = []
Expand Down Expand Up @@ -431,5 +431,9 @@ def main() :
print 'generate finished \n'
return

def main() :
filepath = r'c:/autodesk/objectarx/2012/inc-r'
generate(filepath)

# main func
main()

0 comments on commit 470a9c6

Please sign in to comment.