Sfoglia il codice sorgente

Add unknown OS type constant.

Arin Toaca 7 anni fa
parent
commit
ad56f325b0
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      coriolis/constants.py

+ 1 - 0
coriolis/constants.py

@@ -95,6 +95,7 @@ OS_TYPE_OS_X = "osx"
 OS_TYPE_SOLARIS = "solaris"
 OS_TYPE_SOLARIS = "solaris"
 OS_TYPE_WINDOWS = "windows"
 OS_TYPE_WINDOWS = "windows"
 OS_TYPE_OTHER = "other"
 OS_TYPE_OTHER = "other"
+OS_TYPE_UNKNOWN = "unknown"
 
 
 DEFAULT_OS_TYPE = OS_TYPE_LINUX
 DEFAULT_OS_TYPE = OS_TYPE_LINUX