Changeset 4628
- Timestamp:
- May 8, 2017, 1:11:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-remote-installer/trunk/fuentes/lliurex-remote-installer-gui.install/usr/share/lliurex-remote-installer/AptBox.py
r4625 r4628 11 11 import threading 12 12 import sys 13 import subprocess14 from pprint import pprint15 13 16 14 … … 166 164 exists=self.core.n4d.lliurex_mirror() 167 165 exists=exists[1] 168 print exists169 166 if exists.strip() == 'True': 170 167 self.new_apt_button(x)
Note: See TracChangeset
for help on using the changeset viewer.