Skip to content

Commit

Permalink
import stages on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Aug 5, 2015
1 parent 8817f59 commit 720d5cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion somerset.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from __future__ import print_function

__version__ = '0.1.3'
__version__ = '0.1.4'

import argparse
import os
Expand Down Expand Up @@ -138,6 +138,7 @@ def remove_all_output():


def main():
sys.path.append(os.getcwd()) # For Windows
try:
import stages
except ImportError as e:
Expand Down

0 comments on commit 720d5cb

Please sign in to comment.