~barcc/+junk/MenuSystem

« back to all changes in this revision

Viewing changes to Video/test_Project.py

  • Committer: B. Clausius
  • Date: 2012-04-07 06:31:01 UTC
  • Revision ID: barcc@gmx.de-20120407063101-3wb7gqd0szbvhj5z
Module path renamed to bcpath

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
import filecmp
24
24
import time
25
25
 
26
 
from path import path,upath
 
26
from bcpath import path,upath
27
27
 
28
28
from . import Project
29
29