aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-11-26 15:20:01 -0500
committerJesús <heckyel@hyperbola.info>2020-11-26 15:20:01 -0500
commit40767ebfec6e8f5350b7894a471c45b8b88bbbfb (patch)
tree66a1f1cc6fa9bf57e14b41ae2f9a8e11557a9c62
parent780742dd4b38ddf08aa0dfdb77089b8a45ac4fb6 (diff)
downloadlibresocial-40767ebfec6e8f5350b7894a471c45b8b88bbbfb.tar.lz
libresocial-40767ebfec6e8f5350b7894a471c45b8b88bbbfb.tar.xz
libresocial-40767ebfec6e8f5350b7894a471c45b8b88bbbfb.zip
minor fix, pep8
-rwxr-xr-xlab/svg2ttf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lab/svg2ttf.py b/lab/svg2ttf.py
index 3ad775a..4f16cd7 100755
--- a/lab/svg2ttf.py
+++ b/lab/svg2ttf.py
@@ -67,6 +67,7 @@ def main(config_file):
sys.stderr.write('Generating %s...\n' % outfile)
font.generate(outfile)
+
if __name__ == '__main__':
if len(sys.argv) > 1:
main(sys.argv[1])