Skip to content

Commit

Permalink
Fix missed import of app.exit
Browse files Browse the repository at this point in the history
  • Loading branch information
devcurmudgeon committed Jun 14, 2016
1 parent 27b92f3 commit f869d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ybd/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import sys
import fcntl
import app
from app import cleanup, config, log, RetryException, setup, spawn, timer
from app import cleanup, config, exit, log, RetryException, setup, spawn, timer
from assembly import compose
from deployment import deploy
from definitions import Definitions
Expand Down

0 comments on commit f869d8c

Please sign in to comment.