Statistics
| Branch: | Tag: | Revision:

root / db / Charger.py @ fcbc5bb3

History | View | Annotate | Download (217 Bytes)

1
#
2
# Charger - Administration script
3
#
4
# Executed hourly to charge vm usage for each user
5
#
6
# Copyright © 2010 Greek Research and Technology Network
7
#
8

    
9
from db.models import *
10

    
11
def charger():
12
    return
13
    
14
charger()