Skip to content

Instantly share code, notes, and snippets.

@bobquest33
bobquest33 / dispatch.py
Created July 18, 2017 17:59 — forked from aortbals/dispatch.py
Synchronize two folders using python.
#! /usr/bin/python
# Dispatch - synchronize two folders
import os
import filecmp
import shutil
from stat import *
class Dispatch:
''' This class represents a synchronization object '''