dgquintas / BoincVM

No description has been added.

Clone this repository (size: 1.2 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/dgquintas/boincvm/
commit 152: 3575edc8e13e
parent 151: 686ed3add34c
branch: default
cleanup
dgq...@pb-d-128-141-45-241.cern.ch
5 months ago

Changed (Δ33 bytes):

raw changeset »

HostMain.py (1 lines added, 2 lines removed)

Up to file-list HostMain.py:

@@ -9,8 +9,7 @@ from ConfigParser import SafeConfigParse
9
9
import logging
10
10
11
11
logging.basicConfig(level=logging.DEBUG, \
12
    format='%(asctime)s - %(name)s - %(levelname)s: %(message)s', \
13
    filename=r'c:\temp\foo.txt')
12
    format='%(asctime)s - %(name)s - %(levelname)s: %(message)s', )
14
13
15
14
def start(config):
16
15
  """Start twisted event loop and the fun should begin..."""