Skip to content

Commit

Permalink
Make sure that versions folder is included in Dockerfile (#255)
Browse files Browse the repository at this point in the history
* Make sure that versions folder is included in Dockerfile

* move versions directory into outline dir
  • Loading branch information
Greg Denton authored Mar 27, 2019
1 parent 62f3c8d commit 1f1df3e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyoutline/bin/cuerunbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import sys
import traceback

import versions
from outline import versions


logging.basicConfig()
Expand Down
3 changes: 1 addition & 2 deletions pyoutline/outline/backend/cue.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@

import FileSequence
import opencue
import versions

from outline import config, util, OutlineException
from outline import config, util, versions, OutlineException
from outline.depend import DependType


Expand Down
3 changes: 1 addition & 2 deletions pyoutline/outline/backend/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@

import sqlite3
import subprocess
import versions

from outline.manifest import FileSequence
from outline import config, util
from outline import config, util, versions


def build_command(ol, layer, frame):
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1f1df3e

Please sign in to comment.