Skip to content

Commit

Permalink
making travis happy
Browse files Browse the repository at this point in the history
I'm making a copy of the protobuffer file at the root of the repository. At some point we'll end up getting rid of the other copy.
  • Loading branch information
felipesanches committed Apr 27, 2016
1 parent 1c7f870 commit d193fa7
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 4 deletions.
186 changes: 186 additions & 0 deletions fonts_public_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions tools/fontbakery-build-fontmetadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@
except:
sys.exit("Needs protobuf.\n\nsudo pip install protobuf")

try:
from bakery_cli.fonts_public_pb2 import FontProto, FamilyProto
except:
sys.exit("Needs fontbakery.\n\nsudo pip install fontbakery")
from fonts_public_pb2 import FontProto, FamilyProto

try:
from flask import Flask, jsonify, request
Expand Down

0 comments on commit d193fa7

Please sign in to comment.