- Timestamp:
- Jun 17, 2016, 2:14:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-mirror/trunk/fuentes/n4d-lliurex-mirror.install/usr/share/n4d/python-plugins/MirrorManager.py
r1955 r1958 4 4 5 5 import tempfile 6 import shutil7 import subprocess8 6 9 7 import os 10 8 import threading 11 9 import datetime 12 import ConfigParser13 10 import pexpect 14 11 import re … … 33 30 34 31 self.tpl_env = Environment(loader=FileSystemLoader('/usr/share/n4d/templates/lliurex-mirror')) 35 self.config = ConfigParser.ConfigParser()36 32 self.update_thread=threading.Thread() 37 33 self.percentage=(0,None)
Note: See TracChangeset
for help on using the changeset viewer.