Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite of TXLeg.py along with .gitignoring config, csv files #1

Open
wants to merge 9 commits into
base: master
from
Next

.gitignore: +.csv and config

attended/SL/config.example.py: new file
  • Loading branch information
rsimoes committed Jan 26, 2016
commit 861a12b6ed07a085155d46d5880e74a204201638
@@ -1,2 +1,4 @@
*.pyc
*.swp
*.csv
attended/SL/config.py
@@ -0,0 +1,5 @@
import os

# Copy this file to config.py and edit the line below.

writePath = os.getenv('DROPBOX') + '/noBIP/gbOutput/'
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.