Revision c9b113ac snf-astakos-app/setup.py

b/snf-astakos-app/setup.py
47 47

  
48 48
HERE = os.path.abspath(os.path.normpath(os.path.dirname(__file__)))
49 49
try:
50
    # try to update the version file
51
    from synnefo.util import version
52
    version.update_version('astakos', 'version', HERE)
50
    # use devtools to update the version file
51
    from devtools.version import update_version
52
    update_version('astakos', 'common', HERE)
53 53
except ImportError:
54
    pass
54
    raise RuntimeError("devtools is a build dependency")
55 55

  
56 56
from astakos.version import __version__
57 57

  

Also available in: Unified diff