-
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #683 from evhub/develop
- Loading branch information
Showing
49 changed files
with
1,720 additions
and
651 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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
|
||
# ----------------------------------------------------------------------------------------------------------------------- | ||
# INFO: | ||
# ----------------------------------------------------------------------------------------------------------------------- | ||
|
||
""" | ||
Author: Evan Hubinger | ||
License: Apache 2.0 | ||
Description: For type checking purposes only. Should never be imported. | ||
""" | ||
|
||
# ----------------------------------------------------------------------------------------------------------------------- | ||
# IMPORTS: | ||
# ----------------------------------------------------------------------------------------------------------------------- | ||
|
||
from __future__ import print_function, absolute_import, unicode_literals, division | ||
|
||
from coconut.root import * # NOQA | ||
|
||
# ----------------------------------------------------------------------------------------------------------------------- | ||
# ERROR: | ||
# ----------------------------------------------------------------------------------------------------------------------- | ||
|
||
raise ImportError("Importing the top-level __coconut__ package should never be done at runtime; __coconut__ exists for type checking purposes only. Try 'import coconut.__coconut__' instead.") |
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
|
||
# ----------------------------------------------------------------------------------------------------------------------- | ||
# INFO: | ||
# ----------------------------------------------------------------------------------------------------------------------- | ||
|
||
""" | ||
Author: Evan Hubinger | ||
License: Apache 2.0 | ||
Description: For type checking purposes only. Should never be imported. | ||
""" | ||
|
||
# ----------------------------------------------------------------------------------------------------------------------- | ||
# IMPORTS: | ||
# ----------------------------------------------------------------------------------------------------------------------- | ||
|
||
from __future__ import print_function, absolute_import, unicode_literals, division | ||
|
||
from coconut.root import * # NOQA | ||
|
||
# ----------------------------------------------------------------------------------------------------------------------- | ||
# ERROR: | ||
# ----------------------------------------------------------------------------------------------------------------------- | ||
|
||
raise ImportError("Importing the top-level _coconut package should never be done at runtime; _coconut exists for type checking purposes only. Try 'from coconut.__coconut__ import _coconut' instead.") |
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
Empty 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
Oops, something went wrong.