~dpm/giraffe/giraffeapp

« back to all changes in this revision

Viewing changes to giraffe/app.py

  • Committer: David Planella
  • Date: 2011-03-24 17:17:01 UTC
  • Revision ID: david.planella@ubuntu.com-20110324171701-jfyjcz10024teh5i
Removed a leftover print statement

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
                        print "Reading %s" % f
74
74
                        repo.add_gir (file(f, "r"))
75
75
                repo.link ()
76
 
                print "end"
 
76
 
77
77
                for lang in giraffe.languages.modules:
78
78
                        try:
79
79
                                os.makedirs (get_output_dir (lang, self.output_dir))