forked from liftoff/GateOne
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed some Python3-related bugs introduced by a pull request a while …
…back.
- Loading branch information
Showing
5 changed files
with
15 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
__version_info__ = (1, 2, 0) | ||
__license__ = "AGPLv3" # ...or proprietary (see LICENSE.txt) | ||
__author__ = 'Dan McDougall <[email protected]>' | ||
__commit__ = "20151116212858" # Gets replaced by git (holds the date/time) | ||
__commit__ = "20151122132622" # Gets replaced by git (holds the date/time) | ||
|
||
import os | ||
GATEONE_DIR = os.path.dirname(os.path.abspath(__file__)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
} | ||
} | ||
__author__ = 'Dan McDougall <[email protected]>' | ||
__commit__ = "20151116212858" # Gets replaced by git (holds the date/time) | ||
__commit__ = "20151122132622" # Gets replaced by git (holds the date/time) | ||
|
||
# NOTE: Docstring includes reStructuredText markup for use with Sphinx. | ||
__doc__ = '''\ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters