Public » Kiln Backup
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

make PEP8 compliant

Changeset 38d566246d72

Parent 3a5b70050b44

by Profile picture of Benjamin PollackBenjamin Pollack

Changes to one file · Browse files at 38d566246d72 Showing diff from parent 3a5b70050b44 Diff from another changeset...

Change 1 of 1 Show Entire File kilnbackup.py Stacked
 
21
22
23
24
 
 
25
 
 
 
 
 
 
 
26
27
28
 
21
22
23
 
24
25
26
27
28
29
30
31
32
33
34
35
36
@@ -21,8 +21,16 @@
 # THE SOFTWARE.     -import ConfigParser, sys, urllib, urllib2, cookielib, os, subprocess, shutil, time +import ConfigParser +import cookielib  import getpass +import os +import shutil +import subprocess +import sys +import time +import urllib +import urllib2    config = ConfigParser.RawConfigParser()  config.read("kilnbackup.cfg")