mirror of
https://github.com/google/pebble.git
synced 2025-05-27 13:33:12 +00:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
12
third_party/pbl/pblconvert/pblconvert-runner.py
vendored
Executable file
12
third_party/pbl/pblconvert/pblconvert-runner.py
vendored
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
"""Convenience wrapper for running directly from source tree."""
|
||||
|
||||
|
||||
from pblconvert.pblconvert import main
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue