Changeset - d8caf77c507b
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 12 years ago 2013-09-01 20:03:40
marcin@python-works.com
Version bump
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/__init__.py
Show inline comments
 
@@ -56,7 +56,7 @@ __platform__ = platform.system()
 
__license__ = 'GPLv3'
 
__py_version__ = sys.version_info
 
__author__ = 'Marcin Kuzminski'
 
__url__ = 'http://rhodecode.org'
 
__url__ = 'http://rhodecode.com'
 

	
 
is_windows = __platform__ in ['Windows']
 
is_unix = not is_windows
0 comments (0 inline, 0 general)