This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
import os,sys | |
#python2.X | |
#Sencillo script que hace uso del comando | |
#import de Gnu/Linux para hacer capturas consecutivas, | |
#tras la primera para que se lance la segunda | |
#deberás de dar un enter | |
class toma: |
NewerOlder