Show More
@@ -56,7 +56,7 b' except ImportError:' | |||
|
56 | 56 | __license__ = 'GPLv3' |
|
57 | 57 | __py_version__ = sys.version_info |
|
58 | 58 | __author__ = 'Marcin Kuzminski' |
|
59 |
__url__ = 'http://rhodecode. |
|
|
59 | __url__ = 'http://rhodecode.com' | |
|
60 | 60 | |
|
61 | 61 | is_windows = __platform__ in ['Windows'] |
|
62 | 62 | is_unix = not is_windows |
General Comments 0
You need to be logged in to leave comments.
Login now