mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
generator: open Common_utils where needed
This makes it possible to use the operators from Common_utils that do not exist in older OCaml versions (e.g. < 4.00). Thanks to: John Sucaet.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
open Printf
|
||||
|
||||
open Common_utils
|
||||
open Types
|
||||
open Utils
|
||||
open Pr
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
|
||||
open Printf
|
||||
|
||||
open Common_utils
|
||||
open Types
|
||||
open Utils
|
||||
open Pr
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
open Unix
|
||||
open Printf
|
||||
|
||||
open Common_utils
|
||||
open Pr
|
||||
open Actions
|
||||
open Structs
|
||||
|
||||
Reference in New Issue
Block a user