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

Change ./checkin.py into an entrypoint #71

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
fixes py2 import error
  • Loading branch information
lockefox committed Aug 18, 2021
commit 383d390b8461b8dac463c05dd04b387995b76010
2 changes: 1 addition & 1 deletion southwest/checkin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from docopt import docopt
from math import trunc
from pytz import utc
from southwest import Reservation, openflights
from . import Reservation, openflights
from threading import Thread
import sys
import time
Expand Down