mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 14:29:10 -05:00
Add missing file header
This commit is contained in:
parent
12ea75ec99
commit
c48cabe2c1
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright: Ankitects Pty Ltd and contributors
|
||||
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
|
||||
use std::path::Path;
|
||||
|
||||
use tempfile::NamedTempFile;
|
||||
|
|
|
|||
Loading…
Reference in a new issue