mirror of
https://github.com/google/pebble.git
synced 2025-11-19 22:11:02 -05:00
Import of the watch repository from Pebble
This commit is contained in:
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()
|
||||
Reference in New Issue
Block a user