Just a test of git functionality inside atom

pull/6/head
Hailey Clark 5 years ago
parent 3c1a002a20
commit 60b2b212d9
  1. 32
      activestate.yaml
  2. 2
      smsproj.py

@ -0,0 +1,32 @@
project: https://platform.activestate.com/haileyxb/komodo-sms-proj-2?commitID=9090c128-e948-4388-8f7f-96e2c1e00d98
languages: # Please run 'state push' to create your language runtime, once you do the language entry here will be removed
- name: python3
version:
scripts:
- name: helloWorld
constraints:
os: macos,linux
value: echo "Hello World!"
- name: helloWorld
constraints:
os: windows
value: echo Hello World!
- name: intro
constraints:
os: macos,linux
value: |
echo "Your runtime environment is now ready!"
echo ""
echo "To see how scripts work and add your own, open up the activestate.yaml file with your editor."
- name: intro
constraints:
os: windows
value: |
echo Your runtime environment is now ready!
echo.
echo To see how scripts work and add your own, open up the activestate.yaml file with your editor.
events:
- name: ACTIVATE
value: $scripts.intro

@ -1,5 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# This program runs a flask daemon to provide communications with flowroute n stuff.
import time import time
import datetime import datetime
import pprint import pprint

Loading…
Cancel
Save