~manuq/hypernucleus/manuq

« back to all changes in this revision

Viewing changes to src/Dependencys.py

  • Committer: Manuel Quiñones
  • Date: 2008-08-25 04:37:03 UTC
  • Revision ID: manuel.por.aca@gmail.com-20080825043703-1qqwo2vdg7a5edba
Download exception.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
def check_dependencys(game_deps, available_deps):
30
30
    """
31
31
    Check if dependencys are satisfied and versions match
 
32
 
 
33
    TODO: check if 'operatingsystem' or 'architecture' are specified
32
34
    """
33
35
    
34
36
    for modulename, dep_data in game_deps.items():