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/env python | |
# Author: David Huss | |
# Website: http://blog.atoaudiovisual.com | |
# Usage instructions http://blog.atoav.com/2013/09/restore-broken-deja-dup-backup-hand/ | |
# Modified by Antonio Roberts to preserve folder structure | |
import Tkinter as tk | |
from tkFileDialog import * | |
import sys, os |