mirror of
https://github.com/munki/munki.git
synced 2026-04-22 20:48:36 -05:00
Updated copyright info; removed unused import
git-svn-id: http://munki.googlecode.com/svn/trunk@588 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2009 Greg Neagle.
|
||||
# Copyright 2009-2010 Greg Neagle.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@@ -24,7 +24,7 @@ Common functions used by the munki tools.
|
||||
|
||||
import sys
|
||||
import os
|
||||
import re
|
||||
#import re
|
||||
import time
|
||||
import subprocess
|
||||
import tempfile
|
||||
|
||||
Reference in New Issue
Block a user