Skip to content

Commit

Permalink
Merge pull request #1 from leograba/shebang
Browse files Browse the repository at this point in the history
Add shebang to Python script
  • Loading branch information
gustavsl authored Dec 3, 2020
2 parents 9c049cd + 1580f24 commit 854dbab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toggl2openerp.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

import pandas as pd
import sys

Expand Down

0 comments on commit 854dbab

Please sign in to comment.