Skip to content
Snippets Groups Projects
Commit 15f18b90 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Merge commit 'b5a7c2e2'

parents fef5e24c b5a7c2e2
No related branches found
No related tags found
No related merge requests found
3.1.0-120-g343cb02
\ No newline at end of file
3.1.0-121-g14cf2df
\ No newline at end of file
......@@ -31,7 +31,7 @@ __status__ = "Development"
import os
from distutils.core import setup
script_dir = os.path.dirname( os.path.abspath( __FILE__ ) )
script_dir = os.path.dirname( os.path.abspath( __file__ ) )
with open( os.path.join( script_dir, '../../VERSION'), 'r' ) as f:
version = f.read( )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment