File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1- from  __future__ import  print_function 
2- 
1+ from  jwt  import  algorithms 
2+ from  django .utils  import  formats 
3+ from  rsa  import  cli 
4+ from  feedparser  import  feedparser 
5+ from  requests  import  sessions 
6+ from  lib .Crypto .PublicKey  import  ElGamal 
37if  __name__  ==  '__main__' :
4-   print ('Hello world' )
8+     formats .get_format ()
9+     algorithms .HMACAlgorithm .prepare_key ()
10+     cli .VerifyOperation .perform_operation ()
11+     feedparser .parse ()
12+     sessions .SessionRedirectMixin .resolve_redirects ()
13+     ElGamal .generate ()
Original file line number Diff line number Diff line change 1- django == 1.6.2 
2- ipython == 3.2.0 
3- qpid-python == 0.32.1 
4- filebrowser_safe == 0.1 
5- PyJWT == 0.1.1 
1+ django == 1.7.1 
2+ PyJWT == 0.4.2 
3+ rsa == 3.0 
4+ feedparser == 5.1.1 
5+ requests == 2.2.1 
6+ pycrypto == 2.4 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments